bbp_get_topic_subscribe_link

bbp_get_topic_subscribe_link

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_subscribe_link') is found 1 times:

  • /includes/topics/template.php line 1790
    1786
    1787
    1788
    1789
    1790
    1791
    1792
    1793
    1794
    1795
    1796
            // Get the link
            $retval = bbp_get_user_subscribe_link( $r );
     
            // Filter & return
            return apply_filters( 'bbp_get_topic_subscribe_link', $retval, $r, $args );
        }
     
    /** Topic Favorites ***********************************************************/
     
    /**
     * Output the topic favorite link