Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to get a section identifier in the body tag?


r-a-y
Keymaster

@r-a-y

if ( $bp->current_component == BP_REGISTER_SLUG && $bp->current_action == '' ) {
...
}

But you shouldn’t really need to define this since the register page template is already accessible on your main WP theme (depending if you’ve copied the bp_show_register_page() function from the original bphome theme).

Skip to toolbar