File: bp-core/bp-core-functions.php |
Description |
---|---|
bp_use_wp_admin_bar() |
Should we use the WP Toolbar? |
bp_use_wp_admin_bar |
Filters whether or not to use the admin bar. |
bp_forums_parent_forum_id() |
Return the parent forum ID for the Legacy Forums abstraction layer. |
bp_forums_parent_forum_id |
Filters the parent forum ID for the bbPress abstraction layer. |
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. |
bp_before_{$filter_key}_parse_args |
Filters the arguments key before parsing if filter key provided. |
bp_after_{$filter_key}_parse_args |
Filters the arguments key after parsing if filter key provided. |