bp_get_blogs_directory_url
bp_get_blogs_directory_url
Appears in: buddypress.12.0.0, buddypress.12.1.1, buddypress.12.2.0, buddypress.12.3.0, buddypress.12.4.0, buddypress.12.4.1, buddypress.12.5.0, buddypress.12.5.1, buddypress.14.0.0, buddypress.14.1.0, buddypress.14.2.1
Hook Type: filter
Displaying hooks found in version: buddypress.14.2.1apply_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.