There was an error while loading. Please reload this page.
Filtering the CMB2 Field arguments once merged with the defaults, but before further processing.
add_filter( 'cmb2_field_arguments_raw', function( array $args, CMB2_Field object ) { // Your code here. return $args; }, 10, 2 );
array
$args
CMB2_Field
object
apply_filters( 'cmb2_field_arguments_raw', $args, $this )
← All Hooks