BBP_Forums_Admin::attributes_metabox()
Add the forum attributes metabox
Description
Source
File: bp-forums/admin/forums.php
public function attributes_metabox() { if ( $this->bail() ) return; add_meta_box ( 'bbp_forum_attributes', __( 'Forum Attributes', 'buddyboss' ), 'bbp_forum_metabox', $this->post_type, 'side', 'high' ); do_action( 'bbp_forum_attributes_metabox' ); }
Changelog
Version | Description |
---|---|
bbPress (r2746) | 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.