Functions |
Description |
---|---|
bp_admin_tools_default_data_save() |
Save dummy data value when dummy data add button is pressed |
bp_admin_tools_feedback() |
Assemble admin notices relating success/failure of repair processes. |
bp_admin_update_activity_favourite() |
Check if BuddyPress activity favorites data needs upgrade & Update to BuddyBoss activity like data |
bp_admin_url() |
Output the correct admin URL based on BuddyPress and WordPress configuration. |
bp_admin_wp_nav_menu_meta_box() |
Register meta box and associated JS for BuddyPress WP Nav Menu. |
bp_admin_wp_nav_menu_restrict_items() |
Restrict various items from view if editing a BuddyPress menu. |
bp_adminbar_account_menu() |
Output the My Account BuddyBar menu. |
bp_adminbar_authors_menu() |
Add the Blog Authors menu to the BuddyBar (visible when not logged in). |
bp_adminbar_blogs_menu() |
Add a Sites menu to the BuddyBar. |
bp_adminbar_login_menu() |
Output the “Log In” and “Sign Up” names to the BuddyBar. |
bp_adminbar_logo() |
Output the BuddyBar logo. |
bp_adminbar_notifications_menu() |
Add the Notifications menu to the BuddyBar. |
bp_adminbar_random_menu() |
Output the Random BuddyBar menu. |
bp_adminbar_thisblog_menu() | |
bp_after_setup_theme() |
Fire the ‘bp_after_setup_theme’ action. |
bp_ajax_get_comments() |
AJAX endpoint for activity comments. |
bp_ajax_get_suggestions() |
AJAX endpoint for Suggestions API lookups. |
bp_ajax_querystring() |
Allow templates to pass parameters directly into the template loops via AJAX. |
bp_album() |
Determine if there are still album left in the loop. |
bp_album_add() |
Add album item. |
bp_album_author() |
Output the album author name. |
bp_album_count() |
Output the album count. |
bp_album_delete() |
Delete album item. |
bp_album_get() |
Retrieve an album or albums. |
bp_album_get_specific() |
Fetch specific albums. |
bp_album_group_id() |
Output the album group ID. |
bp_album_has_more_items() |
Return true when there are more album items to be shown than currently appear. |
bp_album_id() |
Output the media album ID. |
bp_album_link() |
Output the media album ID. |
bp_album_load_more_link() |
Output the URL for the Load More link. |
bp_album_pagination_count() |
Output the album pagination count. |
bp_album_pagination_links() |
Output the album pagination links. |
bp_album_per_page() |
Output the number of media album per page. |
bp_album_privacy() |
Output the album privacy. |
bp_album_title() |
Output the media album title. |
bp_album_user_can_delete() |
Determine if the current user can delete an album item. |
bp_album_user_id() |
Output the album user ID. |
bp_album_visibility() |
Output the album visibility. |
bp_allow_custom_registration() |
Allow custom registration. |
bp_allow_user_to_send_invites() |
Show/Hide Email Invites tab in user profile navigation if member type enabled and restrict member type via BuddyBoss > Settings > Invites > Allowed Profile Type. |
bp_allowed_themes() |
Fire the ‘bp_allowed_themes’ filter. |
bp_alpha_sort_by_key() |
Sort an array of objects or arrays by alphabetically sorting by a specific key/property. |
bp_animated_gifs_tutorial() |
Link to Animated GIFs tutorial |
bp_are_previous_group_creation_steps_complete() |
Check all previous group creation steps are complete. |
bp_array_flatten() | |
bp_assign_default_member_type_to_activate_user() |
Set default profile type on registration. |
bp_assign_default_member_type_to_activate_user_on_admin() |
Set default profile type on registration. |
bp_at_mention_default_options() |
Options for at mention js script |
bp_attachments_check_filetype() |
Check the uploaded attachment type is allowed. |
bp_attachments_cover_image_ajax_delete() |
Ajax delete a cover photo for a given object and item id. |