mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
Disable password change default notice
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
<?php
|
||||
|
||||
/***
|
||||
*** @Disable password change default notice by WP
|
||||
***/
|
||||
add_filter( 'send_password_change_email', '__return_false' );
|
||||
|
||||
/***
|
||||
*** @Get all bulk actions
|
||||
***/
|
||||
|
||||
Reference in New Issue
Block a user