There was an error while loading. Please reload this page.
For back-compat. Does the dirty-work of instantiating all the CMB2 instances for the cmb2_meta_boxes filter
add_filter( 'cmb2_meta_boxes', function( array $array ) { // Your code here. return $array; } );
array
$array
apply_filters( 'cmb2_meta_boxes', array() )
← All Hooks