There was an error while loading. Please reload this page.
Fires on the admin side when CMB2 is included/loaded.
In most cases, this should be used to add metaboxes. See example-functions.php
add_action( 'cmb2_admin_init', function() { // Your code here. } );
do_action( 'cmb2_admin_init' )
← All Hooks