Compatibility with other plugins/hooks
-
Hi
It looks like your plugin totally removes all compatibility with other plugins (e.g. F4 Salutation Fields for WooCommerce) that also add fields to the checkout. It also prevents any use of the related hooks. We could dig up the following details:
First of all your plugin ignores any previously modified/added fields in the
woocommerce_billing_fields
andwoocommerce_shipping_fields
hooks. After you run your versions of this hooks, you remove all previously added filters withremove_all_filters('woocommerce_' . $prefix . 'fields')
. That means no one can add fields before your hook and not event after your hook. Is there something you can do, so its more compatible with other plugins or own hooks? Like you pass previously added fields to your hook OR you don’t remove custom hooks after you add your fields?I hope there’s a solution for this problem. Thanks in advance!
Best regards
The F4 team
- The topic ‘Compatibility with other plugins/hooks’ is closed to new replies.