Changeset 13619 for trunk/src/bp-groups/bp-groups-functions.php
- Timestamp:
- 10/24/2023 03:47:44 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-functions.php
r13525 r13619 4026 4026 4027 4027 /** 4028 * Get single group's path chunks using an array of URLslugs.4028 * Get single Groups item customized path chunks using an array of BP URL default slugs. 4029 4029 * 4030 4030 * @since 12.0.0 4031 4031 * 4032 * @param array $chunks An array of URL slugs. 4033 * @return array An array of BP Rewrites URL arguments. 4032 * @param array $chunks An array of BP URL default slugs. 4033 * @param string $context Whether to get chunks for the 'read', 'create' or 'manage' contexts. 4034 * @return array An associative array containing group's customized path chunks. 4034 4035 */ 4035 4036 function bp_groups_get_path_chunks( $chunks = array(), $context = 'read' ) {
Note: See TracChangeset
for help on using the changeset viewer.