How reviewers are debugging themes?

How and which debugging plugin reviewers are using to debug themes?
I have tried Debug bar plugin, but never got this type of errors and notices in my theme. But how they are debugging and getting these errors?

My wp-config settings are below:

define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, false);
define(‘SAVEQUERIES’, true);

See screenshots please.
http://envato.d.pr/1X75
http://envato.d.pr/uV4g

Thanks in advance

Use “theme check” plugin

This errors are not generated by Theme check plugin.

It’s probably about the coding. You may probably need to check the line specific above and add some condition tags to the code. If you’re interested in, I could provide “paid” support

I’ve not asked to solve my problem. I’ve asked how they are debugging these things.
Thanks for your interest

1 Like

You should submit a ticket then. There’s no reviewers online on the forum, as I know

Make sure to always test your theme using Developer Plugin. That issue was found using this plugin.

I always use to to check my themes before submission. I also got soft rejected, the reviewer said to test the theme with Developer Plugin.

Regards

Thanks, this is what I was looking for.

1 Like