How to insert in php correctly – so work faster?
-
there are 2 ways and both work:
<?php if (function_exists ('adinserter')) echo adinserter (11); ?>
<?php echo do_shortcode( '[adinserter block="11"]' ); ?>
which one to choose from the point of view PageSpeed Insights ?Thanks ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to insert in php correctly – so work faster?’ is closed to new replies.