Skip to content

Instantly share code, notes, and snippets.

@nathaningram
Created August 10, 2015 14:08
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/41b45ace1959bb9b9683 to your computer and use it in GitHub Desktop.
Save nathaningram/41b45ace1959bb9b9683 to your computer and use it in GitHub Desktop.
Remove Visual Composer Nag
// Remove Visual Composer Nag
add_action('admin_init', function()
{
setcookie('vchideactivationmsg', '1', strtotime('+3 years'), '/');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment