[ Index ] |
PHP Cross Reference of BBPress |
[Source view] [Print] [Project Stats]
bbPress Admin Metaboxes
File Size: | 832 lines (26 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
bbp_filter_dashboard_glance_items( $elements = array() X-Ref |
Filter the Dashboard "at a glance" items and append bbPress elements to it. param: array $elements return: array since: 2.6.0 bbPress (r5268) |
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 param: object $topic return: void since: 2.6.0 bbPress (r5886) |
bbp_author_metabox( $post ) X-Ref |
Anonymous user information meta-box param: WP_Post $post The current post object since: 2.0.0 bbPress (r2828) |
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: Sun Mar 9 01:00:55 2025 | Cross-referenced by PHPXref 0.7.1 |