bbp_theme_before_alert_topic_lock

bbp_theme_before_alert_topic_lock

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_before_alert_topic_lock') is found 1 times:

  • /templates/default/bbpress/alert-topic-lock.php line 13
     
    // 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>