There was an error while loading. Please reload this page.
Hook before form table begins
Usually post (this applies to all post-types). Could also be comment, user or options-page.
post
comment
user
options-page
add_action( 'cmb2_before_form', function( array $cmb_id, int $object_id, string $object_type, array $cmb ) { // Your code here. }, 10, 4 );
array
$cmb_id
int
$object_id
string
$object_type
$cmb
do_action( 'cmb2_before_form', $this->cmb_id, $object_id, $object_type, $this )
← All Hooks