Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save imran-khan1/e92f29e0407b64e42b43310e8ef9e057 to your computer and use it in GitHub Desktop.
Save imran-khan1/e92f29e0407b64e42b43310e8ef9e057 to your computer and use it in GitHub Desktop.
<?php
woocommerce_wp_text_input(
array(
'id' => '_text_field',
'label' => __( 'Text Field', 'woocommerce' ),
'placeholder' => '',
'desc_tip' => 'true',
'description' => __( 'Enter text here.', 'woocommerce' )
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment