Skip to content

Instantly share code, notes, and snippets.

@constantin-b
Created January 16, 2018 08:38
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 constantin-b/7731ab13932dd754064d9a610e2670a2 to your computer and use it in GitHub Desktop.
Save constantin-b/7731ab13932dd754064d9a610e2670a2 to your computer and use it in GitHub Desktop.
VideographyWP PRO - prevent the plugin from inserting HTML comments into the page output (since V1.0.5.7)
add_filter( 'cvwp_allow_plugin_messages', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment