Answers for "whre is log's 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
1

error_log wordpress

error_log( print_r( 'Hello World!', true ) );
Posted by: Guest on July-25-2020

Browse Popular Code Answers by Language