Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #706429

    Hello,
    how can i remove the Debugging Info at the Source Code?
    I added in my functions.php (from the Child Theme).

    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);
    }

    and

    remove_action('wp_head','avia_debugging_info',1000);

    but the Debug Info is not removed…
    I used Enfold with a Child Theme.

    • This topic was modified 7 years, 5 months ago by doroth.
    #706470

    Hey doroth,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Jordan

    #706613

    Here the private Content.

    • This reply was modified 7 years, 4 months ago by doroth.
    #707041

    Can someone help me?

    #707181

    Hi,

    I added following code to functions.php file of your child theme

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

    Please review your website now

    Best regards,
    Yigit

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