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'
		);
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.