You have closed that thread to quickly: https://kriesi.at/support/topic/please-remove-the-debugging-info/
That code is not working for me:
remove_action('wp_head','avia_debugging_info',1000);
I tried on my live and testinstallation. the debug info is still there.
Hey gmmediadienste!
Please try adding following code to Functions.php instead
function avia_remove_debug() {
remove_action('wp_head','avia_debugging_info',1000);
}
add_action( 'init', 'avia_remove_debug');
Cheers!
Yigit
That code kills my blog. I get only a white page.
Hey!
Do you mind creating a temporary admin login and posting it here privately? It does work fine on my local installation
Best regards,
Yigit
Hi!
“Editor” is missing under Appearance tab :/
Please make sure that you have removed the first code from functions.php file and copy paste this as is – http://pastebin.com/DNEb2ku2
Best regards,
Yigit
Hey Yigit,
I had to put the code at the very end of my functions.php.
thanks