bbp_theme_before_forum_subscription_action

bbp_theme_before_forum_subscription_action

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_before_forum_subscription_action') is found 1 times:

  • /templates/default/bbpress/loop-single-forum.php line 22
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    <?php if ( bbp_is_user_home() && bbp_is_subscriptions() ) : ?>
     
        <span class="bbp-row-actions">
     
            <?php do_action( 'bbp_theme_before_forum_subscription_action' ); ?>
     
            <?php bbp_forum_subscription_link( array( 'before' => '', 'subscribe' => '+', 'unsubscribe' => '&times;' ) ); ?>
     
            <?php do_action( 'bbp_theme_after_forum_subscription_action' ); ?>
     
        </span>