BBP_Forums_Admin::attributes_metabox()
Add the forum attributes meta-box
Description Description
Source Source
File: includes/admin/forums.php
public function attributes_metabox() { add_meta_box( 'bbp_forum_attributes', esc_html__( 'Forum Attributes', 'bbpress' ), 'bbp_forum_metabox', $this->post_type, 'side', 'high' ); }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |