Methods |
Description |
---|---|
BBP_Admin::suggest_topic() |
Ajax action for facilitating the discussion auto-suggest |
BBP_Admin::suggest_user() |
Ajax action for facilitating the topic and reply author auto-suggest |
BBP_Admin::update_screen() |
Update all forums across all sites |
BBP_Akismet::__construct() |
The main bbPress Akismet loader |
BBP_Akismet::add_metaboxes() |
Add Aksimet History metaboxes to topics and replies |
BBP_Akismet::check_post() |
Converts topic/reply data into Akismet comment checking format |
BBP_Akismet::filter_post_terms() |
Handle any terms submitted with a post flagged as spam |
BBP_Akismet::get_post_history() |
Get a post’s Akismet history |
BBP_Akismet::get_user_roles() |
Return a user’s roles on this site (including super_admin) |
BBP_Akismet::history_metabox() |
Output for Akismet History metabox |
BBP_Akismet::http_post() |
Submit data to Akismet service with unique bbPress User Agent |
BBP_Akismet::maybe_spam() |
Ping Akismet service and check for spam/ham response |
BBP_Akismet::setup_actions() |
Setup the admin hooks |
BBP_Akismet::submit_post() |
Submit a post for spamming or hamming |
BBP_Akismet::update_post_history() |
Update a post’s Akismet history |
BBP_Akismet::update_post_meta() |
Update post meta after a spam check |
BBP_BuddyPress_Activity::__construct() |
The Forums BuddyBoss Activity loader |
BBP_BuddyPress_Activity::activity_can_comment() |
Maybe disable activity stream comments on select actions |
BBP_BuddyPress_Activity::activity_forums_scope() |
Set up activity arguments for use with the ‘forum’ scope. |
BBP_BuddyPress_Activity::activity_get_notification_permalink() |
– Generate permalink for reply and topic mention notification. |
BBP_BuddyPress_Activity::activity_get_permalink() |
Maybe link directly to topics and replies in activity stream entries |
BBP_BuddyPress_Activity::delete_activity() |
Wrapper for deleting Forums actions from BuddyBoss activity stream |
BBP_BuddyPress_Activity::fully_loaded() |
Allow the variables, actions, and filters to be modified by third party plugins and themes. |
BBP_BuddyPress_Activity::get_activity_id() |
Check for an existing activity stream entry for a given post_id |
BBP_BuddyPress_Activity::group_forum_reply_activity_action_callback() | |
BBP_BuddyPress_Activity::group_forum_topic_activity_action_callback() | |
BBP_BuddyPress_Activity::record_activity() |
Wrapper for recoding Forums actions to the BuddyBoss activity stream |
BBP_BuddyPress_Activity::register_activity_actions() |
Register our activity actions with BuddyBoss |
BBP_BuddyPress_Activity::reply_activity_action_callback() | |
BBP_BuddyPress_Activity::reply_create() |
Record an activity stream entry when a reply is created |
BBP_BuddyPress_Activity::reply_delete() |
Delete the activity stream entry when a reply is spammed, trashed, or deleted |
BBP_BuddyPress_Activity::reply_update() |
Update the activity stream entry when a reply status changes |
BBP_BuddyPress_Activity::setup_actions() |
Setup the actions |
BBP_BuddyPress_Activity::setup_filters() |
Setup the filters |
BBP_BuddyPress_Activity::setup_globals() |
Extension variables |
BBP_BuddyPress_Activity::topic_activity_action_callback() | |
BBP_BuddyPress_Activity::topic_create() |
Record an activity stream entry when a topic is created or updated |
BBP_BuddyPress_Activity::topic_delete() |
Delete the activity stream entry when a topic is spammed, trashed, or deleted |
BBP_BuddyPress_Activity::topic_update() |
Update the activity stream entry when a topic status changes |
BBP_BuddyPress_Members::__construct() |
Main constructor for modifying Forums profile links |
BBP_BuddyPress_Members::get_favorites_permalink() |
Override Forums favorites URL with BuddyBoss profile URL |
BBP_BuddyPress_Members::get_subscriptions_permalink() |
Override Forums subscriptions URL with BuddyBoss profile URL |
BBP_BuddyPress_Members::set_member_forum_query_vars() |
Set favorites and subscriptions query variables if viewing member profile pages. |
BBP_BuddyPress_Members::setup_actions() |
Setup the actions |
BBP_BuddyPress_Members::setup_filters() |
Setup the filters |
BBP_BuddyPress_Members::user_profile_url() |
Override Forums profile URL with BuddyBoss profile URL |
BBP_Component::__construct() |
Forums Component loader |
BBP_Component::add_rewrite_tags() |
Add any additional rewrite tags |
BBP_Component::generate_rewrite_rules() |
Generate any additional rewrite rules |
BBP_Component::includes() |
Include required files |