You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have in my wp-config.phpdefine( 'WP_DEBUG', true ); and I tried to run the following command wp config set WP_DEBUG false --raw -no-add but unfortunately it does not change the value of WP_DEBUG.
The text was updated successfully, but these errors were encountered:
I tried to reproduce the issue but could not. Can you please share more info? Output of wp cli info will be helpful. If possible please share the config file redacting private information if any.
I have in my
wp-config.php
define( 'WP_DEBUG', true );
and I tried to run the following commandwp config set WP_DEBUG false --raw -no-add
but unfortunately it does not change the value ofWP_DEBUG
.The text was updated successfully, but these errors were encountered: