Change single message text
-
I am unable to find a hook that will allow me to change the message associated with _um_checkmail_message. I don’t want to translate an entire language file as it’s just one message.
From register.php:array(
'id' => '_um_checkmail_message',
'type' => 'textarea',
'label' => __( 'Personalize the custom message', 'ultimate-member' ),
'value' => ! empty( $role['_um_checkmail_message'] ) ? __( $role['_um_checkmail_message'], 'ultimate-member' ) : __('Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.','ultimate-member'),
'conditional' => array( '_um_checkmail_action', '=', 'show_message' )
),
Thank you
The topic ‘Change single message text’ is closed to new replies.