BBP_Replies_Admin::attributes_metabox()

Add the reply attributes metabox

Description

Source

File: bp-forums/admin/replies.php

266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
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.