Viewing 1 replies (of 1 total)
  • Plugin Support gonzalesc

    (@gonzalesc)

    Hi.

    In your functions.php of your current theme.

    <?php
    $SocialPopup = SocialPopup::get_instance();
    
    // All the Popups IDs
    print_r($SocialPopup->get_spu_ids());
    
    //This can use in your template, it shows all IDs that comply with the rules
    print_r($SocialPopup->check_for_matches());
    ?>

    If you like the plugin / support please leave a short review. It’s a tremendous help for us!

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Get id popup in template’ is closed to new replies.