Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 1.93 KB

ISSUE_TEMPLATE.md

File metadata and controls

55 lines (44 loc) · 1.93 KB

Expected Behavior:

Actual Behavior:

Possible Solution

Possible Solution's Risk Level

Steps to reproduce (I have confirmed I can reproduce this issue on the develop branch):

CMB2 Field Registration Code:

add_action( 'cmb2_admin_init', 'yourprefix_register_demo_metabox' );
function yourprefix_register_demo_metabox() {

	$cmb = new_cmb2_box( array(
		// Box Config...
	) );

	$cmb->add_field( array(
		// Field Config...
	) );

	// Additional fields...
}

Your Environment

Browser name and version: Operating System and version (desktop or mobile):

Screenshots (if appropriate)