bp_rewrites_get_url
bp_rewrites_get_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_rewrites_get_url') is found 1 times:
- /bp-core/bp-core-rewrites.php line 299295296297298299300301302303304305
* @type
array
$single_item_action_variables
The list of BuddyPress single item's action variable URL chunks. Defaults [].
* }
* @param
array
$args
Original arguments used with the
function
.
*/
return
apply_filters(
'bp_rewrites_get_url'
,
$url
,
$path_chunks
,
$args
);
}
/**
* Gets the BP root site URL, using BP Rewrites.
*
* @since 12.0.0