define( 'WP_DEBUG_LOG', true ); // Shows logs in wp-content
error_log( print_r( 'Hello World!', true ) );
error_log( 'Hello World!' );
1 define( 'WP_DEBUG', true );