Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kellenmace/cb3e63c93f81c11971a888abfb3d68ab to your computer and use it in GitHub Desktop.
Save kellenmace/cb3e63c93f81c11971a888abfb3d68ab to your computer and use it in GitHub Desktop.
Disable CMB2 styles on front end form
<?php
/**
* Display Venture Capital CMB2 form.
*/
function km_display_venture_capital_form() {
$args = array(
'cmb_styles' => false,
);
cmb2_metabox_form( 'km_venture_capital_metabox', get_the_ID(), $args );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment