Skip to content

Instantly share code, notes, and snippets.

@nathaningram
Created August 10, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathaningram/53b60b1286c3948669a1 to your computer and use it in GitHub Desktop.
Save nathaningram/53b60b1286c3948669a1 to your computer and use it in GitHub Desktop.
Remove Visual Compose Meta Data
//Remove Visual Composer Meta Data
add_action('init', 'myoverride', 100);
function myoverride() {
remove_action('wp_head', array(visual_composer(), 'addMetaData'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment