File: bp-core/bp-core-functions.php |
Description |
|---|---|
| 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_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_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. |