bbp_get_topic_slug

bbp_get_topic_slug

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_slug') is found 1 times:

  • /includes/core/options.php line 861
    857
    858
    859
    860
    861
    862
    863
    864
    865
    866
    867
    */
    function bbp_get_topic_slug( $default = 'topic' ) {
     
        // Filter & return
        return apply_filters( 'bbp_get_topic_slug', bbp_maybe_get_root_slug() . get_option( '_bbp_topic_slug', $default ) );
    }
     
    /**
     * Return the topic-tag taxonomy slug
     *
     * @since 2.1.0 bbPress (r3759)