woocommerce_register_taxonomy called too early
-
Seems that the action ‘woocommerce_register_taxonomy’ is called too early, before the ‘init’ action.
If a another plugin adds a custom taxonomy and ‘load_plugin_textdomain’ is called at init (as recommended), the taxonomy appears untranslated in admin section.
My actual workaround is to add the custom taxonomy at ‘init’ and ignoring ‘woocommerce_register_taxonomy’.
- The topic ‘woocommerce_register_taxonomy called too early’ is closed to new replies.