mustardBees / cmb-field-select2

Select2 field type for Custom Metaboxes and Fields for WordPress
93 stars 46 forks source link

Added class exists wrapper to PW_CMB2_Field_Select2 class #48

Open eklingen88 opened 5 years ago

eklingen88 commented 5 years ago

I use your plugin inside of a couple other plugins via Composer. Without the class_exists wrapper, it becomes a conflict. This is best practice.