Answers for "where is logs in wordpress"

0

wordpress debug log only

define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
Posted by: Guest on May-12-2021
0

wp logs

define( 'WP_DEBUG_LOG', true ); // Shows logs in wp-content
Posted by: Guest on September-02-2021

Browse Popular Code Answers by Language