BBP_Replies_Admin::attributes_metabox()

Add the reply attributes metabox

Description

Source

File: bp-forums/admin/replies.php

	public function attributes_metabox() {

		if ( $this->bail() ) return;

		add_meta_box (
			'bbp_reply_attributes',
			__( 'Reply Attributes', 'buddyboss' ),
			'bbp_reply_metabox',
			$this->post_type,
			'normal',
			'high'
		);

		do_action( 'bbp_reply_attributes_metabox' );
	}

Changelog

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.