this is notice, we will look into it, you can set WP_DEBUG to false in wp-config.php, it should always be false on production
Thank you for your help. How to set WP_DEBUG to false? How to always put on fake. I am not a programmer.
The file wp-config.php is located in your website’s root folder.
I Know . I did the manipulation with the file. I change define (‘WP_DEBUG’, true) by define (‘WP_DEBUG’, false); My site crashes and I have to restart it. I don’t understand. Thank you for the help.
https://codex.wordpress.org/Debugging_in_WordPress
He should add following script, it will log errors in file and will not display them on the site.
// Enable
WP_DEBUG mode define( ‘WP_DEBUG’, true );
// Enable Debug logging to the /wp-content/debug.log file
define( ‘WP_DEBUG_LOG’, true );
// Disable display of errors and warnings
define( ‘WP_DEBUG_DISPLAY’, false );
@ini_set( ‘display_errors’, 0 );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( ‘SCRIPT_DEBUG’, true );
@bebertdroit it has been w while since we’ve heard back from you on this issue. We are going to assume it has been resolved. Thanks for using our plugin.