Last active
May 24, 2018 16:15
-
-
Save landbryo/427f5de7d2c33acf4d81425791f11798 to your computer and use it in GitHub Desktop.
Function for removing password nag in WordPress.
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 PASSWORD NAG // | |
///////////////////////// | |
remove_action('admin_notices','default_password_nag'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment