Wordpress Theme soft reject

I am working enabling wp_debug mode but not showing any kind of notice but themeforest see some notice


and reject my theme.Now how to find this error.

My wp-config mode
/* WordPress debug mode for developers. */
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, true );
define( ‘SCRIPT_DEBUG’, true );
define( ‘SAVEQUERIES’, true );

Now where i can test my theme.But this error was available for the first time.Now theme error free.

Please help.

Thanks

I recommend starting with a new installation of WordPress, install the Debug Bar plugin, activate your theme (without the theme specific plugins activated), and check the frontend and backend for errors.

1 Like

I installed debug bar plugin but not showing any notice.

If you are using an admin options framework as a plugin, make sure your theme doesn’t throw any warning when the plugin isn’t installed or activated.

install theme check …

add error_reporting(E_ALL ^ E_NOTICE);

I’m usign redux admin option as a plugin but not showing any error or warning before install or after install redux framwork.