Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How do I add a few words after the “Sign Up Complete!” message?


dwdutch
Participant

@dwdutch

Thanks, I’ll use that as my default strategy but i was trying to be creative so that future upgrades wouldn’t require me to have to refresh the file. I tried doing the following:

function postSignup_msg() {
echo “blah, blah, blah”;
echo “more blah, blah, blah”;
}
add_action( ‘bp_complete_signup’, ‘postSignup_msg’, 2 );

To my surprise, a simple “echo” command doesn’t play nice with outputting information while maintaining the theme formatting and, frankly, i don’t know another way to output the info so that it will better align. any suggestions?

Skip to toolbar