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.
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:
Best regards,
Jordan
Here the private Content.
Can someone help me?