Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

wp bug

islam BN answered on May 18, 2023 Popularity 6/10 Helpfulness 10/10

Contents


More Related Answers


wp bug

0

// 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 ); 

Popularity 6/10 Helpfulness 10/10 Language whatever
Source: wordpress.org
Tags: php
Link to this answer
Share Copy Link
Contributed on May 18 2023
islam BN
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.