There was an error while loading. Please reload this page.
Hooks after save field action.
add_action( 'cmb2_save_field', function( string $field_id, bool $updated, string $action, CMB2_Field object ) { // Your code here. }, 10, 4 );
string
$field_id
bool
$updated
$action
CMB2_Field
object
do_action( 'cmb2_save_field', $field_id, $updated, $action, $this )
← All Hooks