Created
December 28, 2015 02:47
-
-
Save nathaningram/623c71cc660f825153d4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Remove Visual Composer Update 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