Namespaces: global |
Description |
|---|---|
| bp_core_get_directory_pages() |
Get names and slugs for BuddyPress component directory pages. |
| bp_core_add_page_mappings() |
Creates necessary directory pages. |
| bp_core_get_directory_page_default_titles() |
Get the default page titles for BP directory pages. |
| bp_core_on_directory_page_delete() |
Remove the entry from bp_pages when the corresponding WP page is deleted. |
| bp_core_component_slug_from_root_slug() |
Create a default component slug from a WP page root_slug. |
| 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_is_username_compatibility_mode() |
Are we running username compatibility mode? |