File: bp-core/bp-core-functions.php |
Description |
---|---|
bp_core_get_packaged_component_ids() |
Returns an array of core component IDs. |
bp_core_get_directory_page_ids() |
Fetch a list of BP directory pages from the appropriate meta table. |
bp_core_get_directory_page_ids |
Filters the list of BP directory pages from the appropriate meta table. |
bp_parse_args() |
Merge user defined arguments into defaults array. |
bp_before_{$filter_key}_parse_args |
Filters the arguments key before parsing if filter key provided. |
bp_after_{$filter_key}_parse_args |
Filters the arguments key after parsing if filter key provided. |
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_is_username_compatibility_mode() |
Are we running username compatibility mode? |