mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-01 11:52:25 +08:00
2 lines
131 B
Text
2 lines
131 B
Text
function fix_wp_disable_password_reset() { return false; }
|
|
add_filter ( 'allow_password_reset', 'fix_wp_disable_password_reset' );
|