bbp_user_edit_after_name

bbp_user_edit_after_name

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_user_edit_after_name') is found 1 times:

  • /templates/default/bbpress/form-user-edit.php line 48
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
            <?php bbp_edit_user_display_name(); ?>
     
        </div>
     
        <?php do_action( 'bbp_user_edit_after_name' ); ?>
     
    </fieldset>
     
    <h2 class="entry-title"><?php esc_html_e( 'Contact Info', 'bbpress' ) ?></h2>
     
    <fieldset class="bbp-form">