Unnecessary filter removed

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