There was an error while loading. Please reload this page.
Fires when CMB2 is included/loaded
Can be used to add metaboxes if needed on the front-end or WP-API (or the front and backend).
add_action( 'cmb2_init', function() { // Your code here. } );
do_action( 'cmb2_init' )
← All Hooks