Answers for "logs wordpress"

PHP
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( 'Hello World!' );
Posted by: Guest on July-25-2020
0

error logs wp

1
define( 'WP_DEBUG', true );
Posted by: Guest on October-11-2021

Browse Popular Code Answers by Language