Support

Account

Home Forums Backend Issues (wp-admin) How to add custom fields under "general" Reply To: How to add custom fields under "general"

  • thanks,

    this code solved the issue.

    add_action('woocommerce_product_options_general_product_data', function() {
    acf_form(); 
    });