Skip to content

Instantly share code, notes, and snippets.

@boonebgorges
Created August 23, 2019 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boonebgorges/68cb619d2c9afdd894c78c1a0a5dd0b1 to your computer and use it in GitHub Desktop.
Save boonebgorges/68cb619d2c9afdd894c78c1a0a5dd0b1 to your computer and use it in GitHub Desktop.
Add content to BP registration page
<?php
add_action(
'bp_before_account_details_fields',
function() {
echo '<p>You can put your own content here, and it will appear just below the "Registering for {your site} is easy..." paragraph at the top of the registration form.</p>';
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment