Disable password change default notice

This commit is contained in:
Ultimate Member
2015-12-25 00:20:08 +02:00
parent 5d16081988
commit 64c229f764
+5
View File
@@ -1,5 +1,10 @@
<?php
/***
*** @Disable password change default notice by WP
***/
add_filter( 'send_password_change_email', '__return_false' );
/***
*** @Get all bulk actions
***/