Some Says if you are creating a WordPress theme you should not use the shortcut tag in php. why? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Some Says if you are creating a WordPress theme you should not use the shortcut tag in php. why?

<? echo "----" ? >

13th Jan 2019, 4:18 PM
usman
usman - avatar
1 ответ
+ 3
Simply because that option may not be configured and enabled in all servers, if you use such PHP tag style you risk your theme not running on a server where short tag usage was disabled.
16th Jan 2019, 9:04 AM
Ipang