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

Fetch a list of BP directory pages from the appropriate meta table.

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

bp_core_parse_args_array()

A utility for parsing individual function arguments into an array.

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

bp_core_number_format

Filters the BuddyPress formatted number.

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

bp_version()

Output the BuddyPress version.

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

bp_get_version()

Return the BuddyPress version.

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

bp_db_version()

Output the BuddyPress database version.

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

bp_get_db_version()

Return the BuddyPress database version.

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

bp_db_version_raw()

Output the BuddyPress database version.

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

bp_get_db_version_raw()

Return the BuddyPress database version.

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

bp_core_get_table_prefix()

Get the $wpdb base prefix, run through the ‘bp_core_get_table_prefix’ filter.

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