Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Extending Registration Page


Andy Peatling
Keymaster

@apeatling

function custom_html() { ?>
<strong>My custom HTML</strong><?php
}
add_action( 'bp_custom_signup_steps', 'custom_html' );

Skip to toolbar