Skip to content

Instantly share code, notes, and snippets.

@corsonr
Created October 16, 2013 14:08
Show Gist options
  • Save corsonr/7008344 to your computer and use it in GitHub Desktop.
Save corsonr/7008344 to your computer and use it in GitHub Desktop.
Mastering WooCommerce Products Custom Fields 5
// Textarea
woocommerce_wp_textarea_input(
array(
'id' => '_textarea',
'label' => __( 'My Textarea', 'woocommerce' ),
'placeholder' => '',
'description' => __( 'Enter the custom value here.', 'woocommerce' )
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment