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
     */
    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)