bbp_theme_before_alert_topic_lock
bbp_theme_before_alert_topic_lock
Appears in: 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_alert_topic_lock') is found 1 times:
- /templates/default/bbpress/alert-topic-lock.php line 1310111213141516171819
// Exit if accessed directly
defined(
'ABSPATH'
) ||
exit
;
do_action(
'bbp_theme_before_alert_topic_lock'
); ?>
<?php
if
( bbp_show_topic_lock_alert() ) : ?>
<div
class
=
"bbp-alert-outer"
>
<div
class
=
"bbp-alert-inner"
>
<p
class
=
"bbp-alert-description"
><?php bbp_topic_lock_description(); ?></p>