Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1335574

    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

    #1335651

    Hi Sascha,

    That is not possible unfortunately.

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.