Enable Product Add-ons Ultimate on WooFood Autoprint Software

The following code snippet will enable also to print adding from Product Add-ons Ultimate .

Copy and paste the following code snippet into your child theme functions.php

add_filter("woofood_enable_addons_ultimate_compatibility", function() { return true ;});