File: bp-core/bp-core-functions.php
Description
bp_core_get_format_date()

Return formatted date from a date string.

Source: bp-core/bp-core-functions.php:1424

bp_core_add_message()

Add a feedback (error/success) message to the WP cookie so it can be displayed after the page reloads.

Source: bp-core/bp-core-functions.php:1450

bp_core_setup_message()

Set up the display of the ‘template_notices’ feedback message.

Source: bp-core/bp-core-functions.php:1484

bp_core_render_message()

Render the ‘template_notices’ feedback message.

Source: bp-core/bp-core-functions.php:1517

bp_core_time_since_right_now_text

Filters the value to use if the time since is right now.

Source: bp-core/bp-core-functions.php:1191

bp_core_time_since_ago_text

Filters the value to use if the time since is some time ago.

Source: bp-core/bp-core-functions.php:1200

bp_core_time_since

Filters the English-language representation of the time elapsed since a given date.

Source: bp-core/bp-core-functions.php:1345

bp_core_iso8601_date()

Output an ISO-8601 date from a date string.

Source: bp-core/bp-core-functions.php:1356

bp_core_get_iso8601_date()

Return an ISO-8601 date from a date string.

Source: bp-core/bp-core-functions.php:1367

bp_core_format_date()

Output formatted date from a date string.

Source: bp-core/bp-core-functions.php:1411