Duplicate hook
-
Hi,
I have been updated a lot this week(plugins&theme) and it seems something create a duplicate hook with PPOM.I’ve found a resolution with: ppom_remove_duplicate_fields
and added filter :
add_filter(‘ppom_remove_duplicate_fields’, function($apply){ return false; }, 999);
to my functions.phpBut I can’t see any changes. I have no clue :/
Do you have any idea where I can start to solve this ?**Edit: Looks like plugin : YITH Color and Label Variations for WooCommerce is the one creating that duplicate Field, if I disable it, it’s gone.
Regards,
Renan.- This topic was modified 4 years, 6 months ago by .
- This topic was modified 4 years, 6 months ago by .
- This topic was modified 4 years, 6 months ago by .
- This topic was modified 4 years, 6 months ago by .
- This topic was modified 4 years, 6 months ago by .
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Duplicate hook’ is closed to new replies.