bp_get_blogs_directory_url

bp_get_blogs_directory_url

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.12.4.1

apply_filters('bp_get_blogs_directory_url') is found 1 times:

  • /bp-blogs/bp-blogs-template.php line 114
    	 *
    	 *     @type int $create_single_item `1` to get the Blogs create link.
    	 * }
    	 */
    	return apply_filters( 'bp_get_blogs_directory_url', $url, $path_chunks );
    }
    
    /**
     * Rewind the blogs and reset blog index.
     *
     * @global BP_Blogs_Template $blogs_template The main blog template loop class.