Skip to content

Instantly share code, notes, and snippets.

View naurejalam's full-sized avatar

naurejalam

  • Champion Semiconductor
  • New Delhi, India
  • X @naurejalam
View GitHub Profile
@naurejalam
naurejalam / Custom SKU Filed Issue in WooCommerce
Last active February 17, 2021 10:54
Custom SKU Field is added but not showing on Product page (WooCommerce)
Dear All,
I am trying to add a Custome field just near by to SKU and Availablity in Single Product Page in WooCommerce by following code added in my Child Theme function.php.
//****Adding a text field:****//
function jk_add_custom_sku() {
$args = array(
'label' => __( 'Custom SKU', 'woocommerce' ),
'placeholder' => __( 'Enter custom SKU here', 'woocommerce' ),