Functions |
Description |
---|---|
bp_blogs_update_option_close_comments_days_old() |
Update “Close comments after days old” option in BuddyPress blogmeta table. |
bp_blogs_update_option_close_comments_for_old_posts() |
Update “Close comments for old posts” option in BuddyPress blogmeta table. |
bp_blogs_update_option_comment_moderation() |
When updating comment moderation, mirror value in blogmeta table. |
bp_blogs_update_option_site_icon() |
Syncs site icon URLs to blogmeta. |
bp_blogs_update_option_thread_comments() |
When toggling threaded comments, update thread depth in blogmeta table. |
bp_blogs_update_option_thread_comments_depth() |
When updating comment depth, update thread depth in blogmeta table. |
bp_blogs_update_post() |
Updates a blog post’s corresponding activity entry during a post edit. |
bp_blogs_update_post_activity_meta() |
Updates a blog post’s activity meta entry during a post edit. |
bp_blogs_validate_blog_form() |
Validate a blog creation submission. |
bp_blogs_validate_blog_signup() |
Process a blog registration submission. |
bp_blogs_visit_blog_button() |
Output button for visiting a blog in a loop. |
bp_buffer_template_part() |
Put a template part into an output buffer, and return it. |
bp_button() |
Create and output a button. |
bp_change_forum_slug_quickedit_save_page() |
Set the forum slug on edit page from backend. |
bp_check_for_legacy_theme() |
Check if currently using legacy theme |
bp_check_incompatible_plugins() |
Check for incompatible plugins that are currently active. |
bp_check_member_send_invites_tab_member_type_allowed() |
Check if logged in member type is allowed to send invites |
bp_check_member_type_field_have_options() |
Decide need to add profile field select box or not. |
bp_check_theme_template_pack_dependency() |
Maybe override the preferred template pack if the theme declares a dependency. |
bp_cleanup_friendship_activities() |
Remove all hidden friendship activities. |
bp_clone_field_for_repeater_sets() |
Copy form fields for field sets that repeat. |
bp_comment_author_avatar() |
Output a comment author’s avatar. |
bp_comments_open() |
Force comments_status to ‘closed’ for BuddyPress post types. |
bp_core_action_delete_user() |
Process user deletion requests. |
bp_core_action_search_site() |
A JavaScript-free implementation of the search functions in BuddyPress. |
bp_core_action_set_spammer_status() |
Catch a “Mark as Spammer/Not Spammer” click from the toolbar. |
bp_core_activate_signup() |
Activate a signup, as identified by an activation key. |
bp_core_activate_site_options() |
Copy BP options from a single site to multisite config. |
bp_core_activation_notice() |
Verify that some BP prerequisites are set up properly, and notify the admin if not. |
bp_core_activation_signup_blog_notification() |
Notify new users of a successful registration (with blog). |
bp_core_activation_signup_user_notification() |
Notify new users of a successful registration (without blog). |
bp_core_add_admin_menu() | |
bp_core_add_admin_menu_for_memberpress_buddypress() |
Add Menu in Admin section for MemberPress + BuddyPress Integration plugin |
bp_core_add_admin_menu_page() |
In BuddyPress 1.1 – 1.2.x, this function provided a better version of add_menu_page() that allowed positioning of menus. Deprecated in 1.5 in favour of a WP core function. |
bp_core_add_admin_menu_styles() |
Loads admin panel styles and scripts. |
bp_core_add_admin_notice() |
Add an admin notice to the BP queue. |
bp_core_add_ajax_hook() | |
bp_core_add_ajax_url_js() |
Define the ‘ajaxurl’ JS variable, used by themes as an AJAX endpoint. |
bp_core_add_contextual_help() |
Adds contextual help to BuddyPress admin pages. |
bp_core_add_contextual_help_content() |
Renders contextual help content to contextual help tabs. |
bp_core_add_cropper_inline_css() |
Output the inline CSS for the BP image cropper. |
bp_core_add_cropper_inline_js() |
Output the inline JS needed for the cropper to work on a per-page basis. |
bp_core_add_global_group() |
Add ‘bp’ to global group of network wide cachable objects. |
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. |
bp_core_add_jquery_cropper() |
Enqueues jCrop library and hooks BP’s custom cropper JS. |
bp_core_add_jquery_mask() |
Enqueues jquery.mask.js on BuddyPress pages. |
bp_core_add_jquery_mask_inline_js() |
Prints script to add input mask to all telephone fields. |
bp_core_add_jquery_validate_inline_js() |
Output the inline JS needed for the jQuery validate |
bp_core_add_livestamp() |
Enqueues livestamp.js on BuddyPress pages. |
bp_core_add_message() |
Add a feedback (error/success) message to the WP cookie so it can be displayed after the page reloads. |