Skip to content

Instantly share code, notes, and snippets.

@b0n
Created October 5, 2012 05:26
Show Gist options
  • Save b0n/3838250 to your computer and use it in GitHub Desktop.
Save b0n/3838250 to your computer and use it in GitHub Desktop.
wordpressで管理画面のパスワード変更欄を非表示に
<?php
add_filter('show_password_fields', create_function('$a', "return false;"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment