There was an error while loading. Please reload this page.
Filter to determine if CMB2'S JS should be enqueued.
add_filter( 'cmb2_enqueue_js', function( bool $enqueue_js ) { // Your code here. return $enqueue_js; } );
bool
$enqueue_js
apply_filters( 'cmb2_enqueue_js', true )
← All Hooks