File: bp-core/bp-core-functions.php |
Description |
---|---|
bp_core_component_slug_from_root_slug |
Filters the default component slug from a WP page root_slug. |
bp_core_add_root_component() |
Add support for a top-level (“root”) component. |
bp_core_create_root_component_page() |
Create WordPress pages to be used as BP component directories. |
bp_core_add_illegal_names() |
Add illegal blog names to WP so that root components will not conflict with blog names on a subdirectory installation. |
bp_core_get_directory_page_id() |
Get the page ID corresponding to a component directory. |
bp_core_update_directory_page_ids() |
Store the list of BP directory pages in the appropriate meta table. |
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. |