Skip to content

Instantly share code, notes, and snippets.

@landbryo
Last active May 24, 2018 16:15
Show Gist options
  • Save landbryo/427f5de7d2c33acf4d81425791f11798 to your computer and use it in GitHub Desktop.
Save landbryo/427f5de7d2c33acf4d81425791f11798 to your computer and use it in GitHub Desktop.
Function for removing password nag in WordPress.
/////////////////////////
// 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