There was an error while loading. Please reload this page.
add_filter( 'cmb2_get_metabox_form_format', function( $form_format, $object_id, $cmb ) { // Your code here. return $form_format; }, 10, 3 );
$form_format
$object_id
$cmb
apply_filters( 'cmb2_get_metabox_form_format', $args['form_format'], $object_id, $cmb )
← All Hooks