Mariëlle van Dam

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Hi Tomas,

    The wp_debug function is blocked because of a function you use in your tooltips.php:

    error_reporting(0);

    The use of this function is really not needed, because in WordPress the wp_debug is disabled by default.

    Again there are no issues with your plugin, but this is just to inform you why the wp_debug isn’t showing anything. Even if there was a problem.

    Kind regards,

    Mariëlle

    Hi Thomas,

    Thank you for your reply. There is no issue with your plugin for me. It works fine. The only thing is that the wp_debug function of wordpress doesn’t work when your plugin is active. Of course I put the function on true in my wp-config.php file.

    Kind regards,

    Marielle.

Viewing 2 posts - 1 through 2 (of 2 total)