bbp_get_forum_subscribe_link

bbp_get_forum_subscribe_link

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_forum_subscribe_link') is found 1 times:

  • /includes/forums/template.php line 845
    841
    842
    843
    844
    845
    846
    847
    848
    849
    850
    851
                $retval = bbp_get_user_subscribe_link( $r );
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_forum_subscribe_link', $retval, $r, $args );
        }
     
    /** Forum Last Topic **********************************************************/
     
    /**
     * Output the forum's last topic id