File: bp-core/bp-core-functions.php |
Description |
|---|---|
| bp_core_redirect() |
Perform a status-safe wp_redirect() that is compatible with BP’s URI parser. |
| bp_get_referer_path() |
Return the URL path of the referring page. |
| bp_core_get_site_path() |
Get the path of the current site. |
| bp_core_get_site_path |
Filters the path of the current site. |
| bp_core_current_time() |
Get the current GMT time to save into the DB. |
| bp_core_current_time |
Filters the current GMT time to save into the DB. |
| bp_core_time_since() |
Get an English-language representation of the time elapsed since a given date. |
| bp_core_time_since_pre |
Filters whether or not to bypass BuddyPress’ time_since calculations. |
| bp_core_time_since_unknown_text |
Filters the value to use if the time since is unknown. |
| bp_core_get_component_search_query_arg() |
Get the ‘search’ query argument for a given component. |