mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 06:03:38 +09:00
- fixed conditional logic for profile form fields on submit;
- small notices fixes;
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
* Overrides password changed notification
|
||||
*
|
||||
*/
|
||||
add_action('send_password_change_email','um_send_password_change_email');
|
||||
add_action( 'send_password_change_email','um_send_password_change_email', 10, 1 );
|
||||
function um_send_password_change_email( $args ) {
|
||||
|
||||
extract( $args );
|
||||
|
||||
Reference in New Issue
Block a user