-
do_action( 'bbp_topic_attributes_metabox' )
Source Reference:
-
add_meta_box ( 'bbp_topic_attributes', __( 'Topic Attributes', 'bbpress' ), 'bbp_topic_metabox', $this->post_type, 'side', 'high' ); do_action( 'bbp_topic_attributes_metabox' ); } /** * Pass the topic attributes for processing * * @since bbPress (r2746) * * @param int $topic_id Topic id * @uses current_user_can() To check if the current user is capable of * editing the topic
-