File: bp-core/bp-core-functions.php |
Description |
|---|---|
| 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_time_since_right_now_text |
Filters the value to use if the time since is right now. |
| bp_core_time_since_ago_text |
Filters the value to use if the time since is some time ago. |
| bp_core_time_since |
Filters the English-language representation of the time elapsed since a given date. |
| bp_core_iso8601_date() |
Output an ISO-8601 date from a date string. |
| bp_core_get_iso8601_date() |
Return an ISO-8601 date from a date string. |
| bp_core_format_date() |
Output formatted date from a date string. |
| bp_core_redirect() |
Perform a status-safe wp_redirect() that is compatible with BP’s URI parser. |
| bp_core_get_component_search_query_arg() |
Get the ‘search’ query argument for a given component. |