There was an error while loading. Please reload this page.
Filter to determine if metabox is allowed to save.
add_filter( 'cmb2_can_save', function( bool $can_save, object $cmb ) { // Your code here. return $can_save; }, 10, 2 );
bool
$can_save
object
$cmb
apply_filters( 'cmb2_can_save', $can_save, $this->cmb )
← All Hooks