There was an error while loading. Please reload this page.
Filter the value before it is sent to the REST request.
add_filter( 'cmb2_get_rest_value', function( mixed $value, CMB2_Field $field ) { // Your code here. return $value; }, 10, 2 );
mixed
$value
CMB2_Field
$field
apply_filters( 'cmb2_get_rest_value', $value, $this )
← All Hooks