Hooks |
Description |
---|---|
bbp_topic_subscription_user_ids |
Validation |
bbp_user_can_view_forum |
For check Current topic’s forum is part of group or not. |
bbpress_locale |
Template Compatibility |
blog_loop_end |
Fires right before the rewinding of blogs listing after all are shown. |
blog_loop_start |
Fires if on the first blog in the loop. |
bp_{$section}_fields |
Fires and displays any extra member registration details fields. |
bp_{$this->id}_rest_api_controllers |
Use this filter to disable all or some REST API controllers for the component. |
bp_{$this->id}_rest_api_init |
Fires in the rest_api_init method inside BP_Component. |
bp_{$this->id}_add_permastructs |
Fires in the add_permastructs method inside BP_Component. |
bp_{$this->id}_add_rewrite_rules |
Fires in the add_rewrite_rules method inside BP_Component. |
bp_{$this->id}_add_rewrite_tags |
Fires in the add_rewrite_tags method inside BP_Component. |
bp_{$this->id}_admin_nav |
Filters the admin navigation passed into setup_admin_bar. |
bp_{$this->id}_directory_title |
Filters the component’s directory title. |
bp_{$this->id}_generate_rewrite_rules |
Fires in the generate_rewrite_rules method inside BP_Component. |
bp_{$this->id}_global_tables |
Filters the global tables for the component, so that it may use WordPress’ database API. |
bp_{$this->id}_has_directory |
Filters the component’s top-level directory if available. |
bp_{$this->id}_includes |
Fires at the end of the includes method inside BP_Component. |
bp_{$this->id}_meta_tables |
Filters the global meta_tables for the component. |
bp_{$this->id}_notification_callback |
Filters the callable function that formats the component’s notifications. |
bp_{$this->id}_parse_query |
Fires in the parse_query method inside BP_Component. |
bp_{$this->id}_register_global_tables |
Fires at the end of the register_global_tables method inside BP_Component. |
bp_{$this->id}_register_meta_tables |
Fires at the end of the register_meta_tables method inside BP_Component. |
bp_{$this->id}_register_post_types |
Fires in the register_post_types method inside BP_Component. |
bp_{$this->id}_register_taxonomies |
Fires in the register_taxonomies method inside BP_Component. |
bp_{$this->id}_root_slug |
Filters the slug used for root directory. |
bp_{$this->id}_search_string |
Filters the placeholder text for search inputs for component. |
bp_{$this->id}_setup_actions |
Fires at the end of the setup_actions method inside BP_Component. |
bp_{$this->id}_setup_admin_bar |
Fires at the end of the setup_admin_bar method inside BP_Component. |
bp_{$this->id}_setup_cache_groups |
Fires in the setup_cache_groups method inside BP_Component. |
bp_{$this->id}_setup_globals |
Fires at the end of the setup_globals method inside BP_Component. |
bp_{$this->id}_setup_nav |
Fires at the end of the setup_nav method inside BP_Component. |
bp_{$this->id}_setup_title |
Fires in the setup_title method inside BP_Component. |
bp_{$this->id}_slug |
Filters the slug to be used for the permalink URI chunk after root. |
bp_{$this->slug_endpoint}_embed_html |
Dynamic filter to return BP oEmbed HTML. |
bp_{$type}_template |
Filters the path to a template file. |
bp_action_variable |
Filters the value of a given action variable. |
bp_action_variables |
Filters the value of $bp->action_variables. |
bp_actions |
Fires inside the ‘bp_actions’ function, which runs just before rendering. |
bp_activation |
Fires during the activation of BuddyPress. |
bp_active_components |
Filters the array of available components. |
bp_activity_{$amount}_ |
Filters the activity notification for any non-string format. |
bp_activity_{$id}_feed_item |
Fires inside backpat_item_elements method for backwards compatibility related to RSS item elements. |
bp_activity_{$post_type}_pre_comment |
Filters whether or not to post the activity about the comment. |
bp_activity_{$post->post_type}_pre_publish |
Filters whether or not to post the activity. |
bp_activity_{$this->id}_feed |
Fires inside backpat_rss_attributes method for backwards compatibility related to RSS attributes. |
bp_activity_{$this->id}_feed_head |
Fires inside backpat_channel_elements method for backwards compatibility related to RSS channel elements. |
bp_activity_action_delete_activity |
Fires after the deletion so plugins can act afterwards based on the activity. |
bp_activity_action_spam_activity |
Fires after the marking activity as spam so plugins can act afterwards based on the activity. |
bp_activity_add |
Fires at the end of the execution of adding a new activity item, before returning the new activity item ID. |
bp_activity_add_user_favorite |
Fires if bp_activity_update_meta() for favorite_count is successful and before returning a true value for success. |