admin管理员组

文章数量:1389777

I put below codes in my wp-config.php file.

define( 'WP_DEBUG', true );

define( 'WP_DEBUG_LOG', true );

define('WP_DEBUG_DISPLAY', true);

@ini_set('display_errors',1);

But I not getting any error messages.

本文标签: errorsHow to Debug WordPress