bp_rewrites_get_root_url
bp_rewrites_get_root_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, buddypress.14.3.4
Hook Type: filter
Displaying hooks found in version: buddypress.14.3.4apply_filters('bp_rewrites_get_root_url') is found 1 times:
- /bp-core/bp-core-rewrites.php line 319315316317318319320321322323324325
* @since 12.0.0
*
* @param string
$url
The BP root site URL.
*/
return
apply_filters(
'bp_rewrites_get_root_url'
,
$url
);
}
/**
* Get needed data to find a member single item from the requested URL.
*
* @since 12.0.0