bp_get_groups_directory_url
bp_get_groups_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, buddypress.14.3.3
Hook Type: filter
Displaying hooks found in version: buddypress.14.3.3apply_filters('bp_get_groups_directory_url') is found 1 times:
- /bp-groups/bp-groups-template.php line 144140141142143144145146147148149150
* @type int
$create_single_item
`1` to get the create a group URL.
* @type
array
$directory_type
The group type slug.
* }
*/
return
apply_filters(
'bp_get_groups_directory_url'
,
$url
,
$path_chunks
);
}
/**
* Returns a group create URL accoding to requested path chunks.
*
* @since 12.0.0