Skip to content

Instantly share code, notes, and snippets.

@corsonr
Created October 17, 2013 07:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corsonr/7020313 to your computer and use it in GitHub Desktop.
Save corsonr/7020313 to your computer and use it in GitHub Desktop.
Mastering WooCommerce Products Custom Fields 7
// Checkbox
woocommerce_wp_checkbox(
array(
'id' => '_checkbox',
'wrapper_class' => 'show_if_simple',
'label' => __('My Checkbox Field', 'woocommerce' ),
'description' => __( 'Check me!', 'woocommerce' )
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment