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.

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_core_update_directory_page_ids()

Store the list of BP directory pages in the appropriate meta table.

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

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

bp_esc_sql_order()

Sanitize an ‘order’ parameter for use in building SQL queries.

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