Revert "Unnecessary filter removed"

This reverts commit 44c70c20b6.
This commit is contained in:
Ultimate Member
2015-12-25 00:22:59 +02:00
parent 44c70c20b6
commit 18c5dd77e6
+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
***/