File: bp-core/bp-core-functions.php
Description
bp_use_wp_admin_bar

Filters whether or not to use the admin bar.

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

bp_forums_parent_forum_id()

Return the parent forum ID for the Legacy Forums abstraction layer.

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

bp_forums_parent_forum_id

Filters the parent forum ID for the bbPress abstraction layer.

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

bp_core_get_packaged_component_ids()

Returns an array of core component IDs.

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

bp_core_get_directory_page_ids()

Fetch a list of BP directory pages from the appropriate meta table.

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

bp_core_get_directory_page_ids

Filters the list of BP directory pages from the appropriate meta table.

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

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