mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 22:54:03 +09:00
- fixed vulnerabilities;
- small changes and fixes;
This commit is contained in:
@@ -61,9 +61,9 @@
|
||||
*
|
||||
*/
|
||||
add_action('send_password_change_email','um_send_password_change_email');
|
||||
function um_send_password_change_email( $args ){
|
||||
function um_send_password_change_email( $args ) {
|
||||
|
||||
extract( $args );
|
||||
extract( $args );
|
||||
|
||||
um_fetch_user( $user_id );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user