File: bp-core/bp-core-functions.php |
Description |
---|---|
bp_sanitize_pagination_arg() |
Sanitizes a pagination argument based on both the request override and the original value submitted via a query argument, likely to a template class responsible for limiting the resultset of a template loop. |
bp_core_parse_args_array() |
A utility for parsing individual function arguments into an array. |
bp_version() |
Output the BuddyPress version. |
bp_get_version() |
Return the BuddyPress version. |
bp_db_version() |
Output the BuddyPress database version. |
bp_get_db_version() |
Return the BuddyPress database version. |
bp_db_version_raw() |
Output the BuddyPress database version. |
bp_get_db_version_raw() |
Return the BuddyPress database version. |
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. |