Hi,
is it possible to activate the debug mode only on one single page in the admin backend?
I’m talking about this code:
add_action('avia_builder_mode', 'builder_set_debug');
function builder_set_debug() {
return 'debug';
}
It would be great to have a test page that has the debug mode open constantly. All other pages should not have the debug mode open. Is this possible?
Cheers Sascha