Namespaces: global |
Description |
|---|---|
| bp_parse_args() |
Merge user defined arguments into defaults array. |
| 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_esc_sql_order() |
Sanitize an ‘order’ parameter for use in building SQL queries. |
| bp_esc_like() |
Escape special characters in a SQL LIKE clause. |
| bp_core_parse_args_array() |
A utility for parsing individual function arguments into an array. |
| bp_core_fix_admin_bar_names() |
Replace admin bar “Howdy” text Use proper display name and mention |
| 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. |