bbp_get_topic_archive_slug

bbp_get_topic_archive_slug

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_archive_slug') is found 1 times:

  • /includes/core/options.php line 833
    829
    830
    831
    832
    833
    834
    835
    836
    837
    838
    839
    */
    function bbp_get_topic_archive_slug( $default = 'topics' ) {
     
        // Filter & return
        return apply_filters( 'bbp_get_topic_archive_slug', get_option( '_bbp_topic_archive_slug', $default ) );
    }
     
    /**
     * Return the reply archive slug
     *
     * @since 2.4.0 bbPress (r4925)