bbp_maybe_get_root_slug

bbp_maybe_get_root_slug

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_maybe_get_root_slug') is found 1 times:

  • /includes/core/options.php line 805
    		? trailingslashit( $slug )
    		: '';
    
    	// Filter & return
    	return apply_filters( 'bbp_maybe_get_root_slug', $retval );
    }
    
    /**
     * Return the single forum slug
     *
     * @since 2.1.0 bbPress (r3759)