mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- new Email Templates logic with save template to Theme(Child Theme);
- small fixes;
This commit is contained in:
@@ -746,9 +746,9 @@ if ( ! class_exists( 'User' ) ) {
|
||||
*
|
||||
*
|
||||
*/
|
||||
function pending(){
|
||||
$this->set_status('awaiting_admin_review');
|
||||
UM()->mail()->send( um_user('user_email'), 'pending_email' );
|
||||
function pending() {
|
||||
$this->set_status( 'awaiting_admin_review' );
|
||||
UM()->mail()->send( um_user( 'user_email' ), 'pending_email' );
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user