Opened 7 years ago
Closed 7 years ago
#2534 closed enhancement (fixed)
bbp_before_register_page
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | 2.5.3 |
Component: | API - Registration | Keywords: | |
Cc: |
Description
Hi,
Could be possible that you add an action in the registration form?
eg:
<legend><?php _e( 'Create an Account', 'bbpress' ); ?></legend> <?php do_action( 'bbp_before_register_page' ); ?> <div class="bbp-template-notice">
That will help to a developer to add notices or something similar in the bbPress registration page.
Thank you
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 5303: