Disable frontend meta on headers using functions.php
-
Hi, I was wondering does anyone know how I can disable the entire meta header using functions.php
something similar to this:
global $post; if($post->post_type == "comicpages") { // disable front end meta and og's }
The topic ‘Disable frontend meta on headers using functions.php’ is closed to new replies.