• Resolved supertomate

    (@supertomate)


    I have a critical error when installing the plugin
    in the file src/clearout_validator.php :
    Uncaught Error: Call to undefined function is_user_logged_in() in src/clearout_validator.php line 281

    Maybe you should add in the plugin.php file after the variable definitions
    require_once( wp_normalize_path(ABSPATH).'wp-includes/pluggable.php');

Viewing 1 replies (of 1 total)
  • Plugin Author clearoutio

    (@clearoutio)

    Hey,
    Thank you for letting us. Could you please try the most recent plugin version >= 2.0.2? Despite the fact that the aforementioned issue was not reproducible on our end, the code has been modified to check for the existence of the function is_user_logged_in() before invoking it.

Viewing 1 replies (of 1 total)
  • The topic ‘Uncaught Error: Call to undefined function is_user_logged_in()’ is closed to new replies.