256 posts
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
- Author was Featured
- Belgium
- Beta Tester
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 3-4 years
Sitebase
says
I noticed that 30% of the Wordpress plugins that I review I had to reject because the author used PHP shortags instead of regular tags:
<?= $test ?>
instead of
<?php echo $test; ?>
Make sure if you write scripts for the PHP or Wordpress plugins categories that you always use the regular tags because on a lot of servers the support for shorttags is disabled. And this will result in a not properly functioning script.
