BBP_Topics_Admin::attributes_metabox()
Add the topic attributes metabox
Description
Source
File: bp-forums/admin/topics.php
public function attributes_metabox() { if ( $this->bail() ) return; add_meta_box ( 'bbp_topic_attributes', __( 'Discussion Attributes', 'buddyboss' ), 'bbp_topic_metabox', $this->post_type, 'side', 'high' ); do_action( 'bbp_topic_attributes_metabox' ); }
Changelog
Version | Description |
---|---|
bbPress (r2744) | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.