Is there anyway to hide the theme information, when someone right clicks and goes to view source? I don’t want to put myself in a situation where there are updates available, but I cannot upload them.
There has to be a way — no?
Hey!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter('avf_debugging_info', '__return_false');
Cheers!
Josue
Hey!
Unfortunately not easily and largely a waste for anyone who is looking for the theme anyway since you can still always check for the theme from the source in other ways.
The function Josue provided is to remove the debugging info: http://kriesi.at/documentation/enfold/remove-avia-framework-debug-information/ (example on that page)
Regards,
Devin