Modify Lead-In Text for Registration Page
-
What is the best way to amend the lead-in text for the registration page, default says “Registering for this site is easy. Just fill in the fields below, and we’ll get a new account set up for you in no time.”
I’d like to replace this with my own (extensive) text that does a little “selling” of why someone might want to sign up.
I know about using the following in functions.php, but this seems a little cumbersome, and it doesn’t REPLACE the default text, just appends it.
function bp_already_registered() { ?> <p> .. html .. </p> <?php } add_action('bp_before_account_details_fields', 'bp_already_registered');
- The topic ‘Modify Lead-In Text for Registration Page’ is closed to new replies.