• How can I modify this code having in mind i.e. the custom field with meta key “function_name”?

    woocommerce_wp_text_input(
      array(
        'id' => 'special_price',
        'label' => __( 'Wholesaler Price *', 'woocommerce' ),
        'placeholder' => '',
        'desc_tip' => 'true',
        'required' => 'true',
        'description' => __( 'Enter wholesaler price here.', 'woocommerce' )
      )
    );

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘custom fields required’ is closed to new replies.