DEAL ENDS IN:

SPRING SALE!

UP TO 35% OFF!

GET IT NOW

How do I enable Ajax for a specific trigger that is embedded using PHP (for developers)?

If you want to enable Ajax loading for a specific trigger that is embedded directly in the page template using a PHP code, you can use the “echo do_shortcode(‘…’);” function

 <?php echo do_shortcode('[ifso id="123" ajax="yes"]'); ?>