@since: BuddyPress 1.5.0 |
Description |
---|---|
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_core_load_admin_bar_css() |
Handle the enqueueing of toolbar CSS. |
bp_modify_page_title() |
Filter the page title for BuddyPress pages. |
bp_modify_page_title |
Filters the older ‘wp_title’ page title for BuddyPress pages. |
bp_core_exclude_pages() |
Prevent specific pages (eg ‘Activate’) from showing on page listings. |
bp_core_exclude_pages |
Filters specific pages that shouldn’t show up on page listings. |
bp_core_catch_no_access() |
Catch unauthorized access to certain BuddyPress pages and redirect accordingly. |
bp_core_no_access() |
Redirect a user to log in for BP pages that require access control. |
bp_core_no_access_wp_login_error() |
Add a custom BuddyPress no access error message to wp-login.php. |