Skip to:
Content
Pages
Categories
Search
Top
Bottom

Extending Registration Page


  • Jerry Helms
    Participant

    @jerryhnc

    I want to add some custom HTML to the end of the registration page. I notice a do_action for bp_custom_signup_steps, but I don’t know where I would put the code for this action.

    I obviously could customize the register.php module, but it seems as though it would be better to use the hook.

    If there is some general WordPress documentation somewhere else, let me know.

Viewing 1 replies (of 1 total)
  • function custom_html() { ?>
    <strong>My custom HTML</strong><?php
    }
    add_action( 'bp_custom_signup_steps', 'custom_html' );

Viewing 1 replies (of 1 total)
  • The topic ‘Extending Registration Page’ is closed to new replies.
Skip to toolbar