[ Index ]

PHP Cross Reference of BBPress

title

Body

[close]

/src/includes/admin/ -> metaboxes.php (summary)

bbPress Admin Metaboxes

File Size: 832 lines (26 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 13 functions

  bbp_filter_dashboard_glance_items()
  bbp_dashboard_widget_right_now()
  bbp_forum_metabox()
  bbp_topic_metabox()
  bbp_reply_metabox()
  bbp_topic_replies_metabox()
  bbp_author_metabox()
  bbp_moderator_assignment_metabox()
  bbp_topic_engagements_metabox()
  bbp_topic_favorites_metabox()
  bbp_topic_subscriptions_metabox()
  bbp_forum_subscriptions_metabox()
  bbp_metabox_user_links()

Functions
Functions that are not part of a class:

bbp_filter_dashboard_glance_items( $elements = array()   X-Ref
Filter the Dashboard "at a glance" items and append bbPress elements to it.

since: 2.6.0 bbPress (r5268)
param: array $elements
return: array

bbp_dashboard_widget_right_now()   X-Ref
bbPress Dashboard Right Now Widget

Adds a dashboard widget with forum statistics

since: 2.0.0 bbPress (r2770)

bbp_forum_metabox( $post )   X-Ref
Forum meta-box

The meta-box that holds all of the additional forum information

since: 2.0.0 bbPress (r2744)

bbp_topic_metabox( $post )   X-Ref
Topic meta-box

The meta-box that holds all of the additional topic information

since: 2.0.0 bbPress (r2464)

bbp_reply_metabox( $post )   X-Ref
Reply meta-box

The meta-box that holds all of the additional reply information

since: 2.0.0 bbPress (r2464)

bbp_topic_replies_metabox( $topic = false )   X-Ref
Output the topic replies meta-box

since: 2.6.0 bbPress (r5886)
param: object $topic
return: void

bbp_author_metabox( $post )   X-Ref
Anonymous user information meta-box

since: 2.0.0 bbPress (r2828)
param: WP_Post $post The current post object

bbp_moderator_assignment_metabox( $post )   X-Ref
Moderator assignment meta-box

since: 2.6.0 bbPress (r2828)

bbp_topic_engagements_metabox( $post )   X-Ref
See who engaged with a topic

since: 2.6.0 bbPress (r6333)

bbp_topic_favorites_metabox( $post )   X-Ref
See who marked a topic as a favorite

since: 2.6.0 bbPress (r6197)
since: 2.6.0 bbPress (r6333) Updated to use BBP_User_Query

bbp_topic_subscriptions_metabox( $post )   X-Ref
See who is subscribed to a topic

since: 2.6.0 bbPress (r6197)
since: 2.6.0 bbPress (r6333) Updated to use BBP_User_Query

bbp_forum_subscriptions_metabox( $post )   X-Ref
See who is subscribed to a forum

since: 2.6.0 bbPress (r6197)
since: 2.6.0 bbPress (r6333) Updated to use BBP_User_Query

bbp_metabox_user_links()   X-Ref
Loop through queried metabox users, and output links to their avatars

Developers Note: This function may change in a future release to include
additional actions, so do not use this function in any third party plugin.

since: 2.6.0 bbPress (r6913)



Generated: Sat Apr 20 01:00:52 2024 Cross-referenced by PHPXref 0.7.1