BBP_Replies_Admin::attributes_metabox()
Add the reply attributes meta-box
Description Description
Source Source
File: includes/admin/replies.php
public function attributes_metabox() {
add_meta_box(
'bbp_reply_attributes',
esc_html__( 'Reply Attributes', 'bbpress' ),
'bbp_reply_metabox',
$this->post_type,
'side',
'high'
);
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |