Viewing 1 replies (of 1 total)
  • Hi,

    You can add the below code in functions.php for achieving that.

    add_filter('wcpa_display_hooks', function ($hooks) {
     
        $hooks["fields"] = ["woocommerce_before_variations_form", 10];
     
        return $hooks;
    });

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Is it possible to place the custom field over the variations?’ is closed to new replies.