Code Snippet to change text “This username is now active! “
-
Hi There,
i want to change text after registration success: “This username is now active!”
i know there is an option to make another page at “Email Confirmation – Landing Page” but i just want to change the text only.
i found at profile builder – fornt end – register.php some code below:
if ( $signup->active ) if ( empty( $signup->domain ) ) return apply_filters( 'wppb_register_activate_user_error_message2', '<p class="error">'.__( 'This username is now active!', 'profile-builder' ).'</p>', $user_id );
my question is, how to make snippet code based on that php code so i can change the text easily without to change the original plugin?
plus i want to make text box style like this: https://prnt.sc/ktekth , https://prnt.sc/ktem7f
thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Code Snippet to change text “This username is now active! “’ is closed to new replies.