• Resolved norbertk

    (@norbertk)


    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

    • This topic was modified 2 years, 10 months ago by norbertk.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Change single message text’ is closed to new replies.