How can I hide the Debugging Info from the source page in Enfold version 4.4.1?
Hey,
Please add following code to bottom of your functions.php file in Appearance > Editor
add_filter('avf_debugging_info', 'remove_debugging_info', 10, 1);
function remove_debugging_info($info) {
return false;
}
Best regards,
Yigit
That works! Thanks!
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit