bbp_theme_before_anonymous_form
bbp_theme_before_anonymous_form
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.12, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: action
Displaying hooks found in version: bbpress.2.6.9do_action('bbp_theme_before_anonymous_form') is found 1 times:
- /templates/default/bbpress/form-anonymous.php line 1511121314151617181920
defined(
'ABSPATH'
) ||
exit
;
if
( bbp_current_user_can_access_anonymous_user_form() ) : ?>
<?php do_action(
'bbp_theme_before_anonymous_form'
); ?>
<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'
); ?>