How to hide PHP Warnings?

I read this article before ask help (https://aristath.github.io/blog/wp-hide-php-errors).

But I can’t find this line of my wp-config.php. How to fix it?

Thanks

Hello @EDIT_workshop,

Thanks for writing in! The PHP message can be turned OFF by disabling the Debug Mode. You can do this by opening wp-config.php and adding

define('WP_DEBUG', false);

/* That's all, stop editing! Happy blogging. */

When you revisit the page, you should no longer be seeing any PHP message. If nothing is helping, provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WP login URL
– WP username
– WP password
– WP Administrator Role

To know how to create a secure note, please check this out: How The Forum Works

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.