File: bp-core/bp-core-functions.php
Description
bp_core_component_slug_from_root_slug()

Create a default component slug from a WP page root_slug.

Source: bp-core/bp-core-functions.php:854

bp_core_component_slug_from_root_slug

Filters the default component slug from a WP page root_slug.

Source: bp-core/bp-core-functions.php:866

bp_core_add_root_component()

Add support for a top-level (“root”) component.

Source: bp-core/bp-core-functions.php:881

bp_core_create_root_component_page()

Create WordPress pages to be used as BP component directories.

Source: bp-core/bp-core-functions.php:921

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.

Source: bp-core/bp-core-functions.php:953

bp_core_get_directory_page_id()

Get the page ID corresponding to a component directory.

Source: bp-core/bp-core-functions.php:554

bp_parse_args()

Merge user defined arguments into defaults array.

Source: bp-core/bp-core-functions.php:270

bp_before_{$filter_key}_parse_args

Filters the arguments key before parsing if filter key provided.

Source: bp-core/bp-core-functions.php:293

bp_after_{$filter_key}_parse_args

Filters the arguments key after parsing if filter key provided.

Source: bp-core/bp-core-functions.php:313

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.

Source: bp-core/bp-core-functions.php:331