File: bp-core/bp-core-functions.php |
Description |
|---|---|
| bp_core_get_format_date() |
Return formatted date from a date string. |
| bp_core_add_message() |
Add a feedback (error/success) message to the WP cookie so it can be displayed after the page reloads. |
| bp_core_setup_message() |
Set up the display of the ‘template_notices’ feedback message. |
| bp_core_render_message() |
Render the ‘template_notices’ feedback message. |
| 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_time_since_right_now_text |
Filters the value to use if the time since is right now. |