Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #967684

    Hello, I have builder_set_debug on and this displays a debug info in the source code:
    Debugging Info for Theme support: …
    Is there a way to get rid of it?

    I added this and cleared the cache (but still visible)

    add_action('init','avia_remove_debug');
    function avia_remove_debug(){
    	remove_action('wp_head','avia_debugging_info',1000);
    	remove_action('admin_print_scripts','avia_debugging_info',1000);
    }

    Is this causing the message to appear:

    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    	return "debug";
    }

    Is there a way to turn off the info with builder_set_debug turned on?

    #968735

    Hey royaltask,

    Thank you for contacting us. The above code is not related to this issue :)

    To remove the framework debug info please check https://kriesi.at/documentation/enfold/personalize-theme/#remove-avia-framework-debug-information

    Best regards,
    Vinay

    #968749

    Thank you!

    #969891

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to turn debug info off’ is closed to new replies.