File: bp-core/bp-core-functions.php |
Description |
---|---|
bp_use_wp_admin_bar |
Filters whether or not to use the admin bar. |
bp_core_parse_args_array() |
A utility for parsing individual function arguments into an array. |
bp_core_get_table_prefix() |
Get the $wpdb base prefix, run through the ‘bp_core_get_table_prefix’ filter. |
bp_sort_by_key() |
Sort an array of objects or arrays by a specific key/property. |
bp_alpha_sort_by_key() |
Sort an array of objects or arrays by alphabetically sorting by a specific key/property. |
bp_core_number_format() |
Format numbers the BuddyPress way. |
bp_core_number_format |
Filters the BuddyPress formatted number. |
bp_version() |
Output the BuddyPress version. |
bp_get_version() |
Return the BuddyPress version. |
bp_db_version() |
Output the BuddyPress database version. |