CyberShot
says
I see that there is a shortcut to echoing. Instead of doing
echo $variable
you can do <?= $variable ?>
is the shortcut good or bad practice?
EireStudio
says
http://stackoverflow.com/questions/200640/are-php-short-tags-acceptable-to-use
In short, don’t use them. Also google is your friend.
CyberShot
says
that’s a good answer
SyamilMJ
says
If WP can’t recommend them nor should you.
kungfu-themes
says
Bad I’m afraid. Follow the standards.
SyamilMJ
says
Majority of authors who has anything to with PHP here use WordPress.
