- fixed conditional logic for profile form fields on submit;

- small notices fixes;
This commit is contained in:
nikitozzzzzzz
2017-09-01 16:39:01 +03:00
parent 9d6f6231bd
commit 1d246e0046
6 changed files with 103 additions and 62 deletions
+1 -1
View File
@@ -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 );