bbp_theme_anonymous_form_extras_top

bbp_theme_anonymous_form_extras_top

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_anonymous_form_extras_top') is found 1 times:

  • /templates/default/bbpress/form-anonymous.php line 20
    17
    18
    19
    20
    21
    22
    23
    24
    25
    <fieldset class="bbp-form">
        <legend><?php ( bbp_is_topic_edit() || bbp_is_reply_edit() ) ? esc_html_e( 'Author Information', 'bbpress' ) : esc_html_e( 'Your information:', 'bbpress' ); ?></legend>
     
        <?php do_action( 'bbp_theme_anonymous_form_extras_top' ); ?>
     
        <p>
            <label for="bbp_anonymous_author"><?php esc_html_e( 'Name (required):', 'bbpress' ); ?></label><br />
            <input type="text" id="bbp_anonymous_author"  value="<?php bbp_author_display_name(); ?>" size="40" maxlength="100" name="bbp_anonymous_name" autocomplete="off" />
        </p>