• Hi, I found a bug today regarding the declaration of a variable that causes the popup not to work due to JS error.

    In the file /functions/js-function.php this line…

    itro_cookie_expiration = <?php echo itro_get_option('cookie_time_exp'); ?>;

    can result in the output of…
    itro_cookie_expiration = ;

    The browser then throws an error, killing the script and disabling the popup.

    I hope that helps 🙂

    https://wordpress.org/plugins/itro-popup/

The topic ‘Found a bug’ is closed to new replies.