bbp_topic_attributes_metabox

  • do_action( 'bbp_topic_attributes_metabox' )

    Source Reference:

    • Component: bbPress:: bbp-admin
      File: /bbp-admin/bbp-topics.php :: Trac Source Line: 225
      		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
      

Comments are closed.