Endless loop during term import
-
Hi,
I would like to support your plugin with some of my plugins. One of the plugins provides a custom post type with a handful of taxonomies. The data records are obtained via an import from external sources.
As soon as I have activated WP Multilang, I can no longer perform the import. The reason is an infinite loop resulting from the
get_meta_field()function.When importing, I try to determine the term of a taxonomy via
get_term_by(). This WordPress function in turn usesget_term(). Your “get_meta_field” is now called via a hook within it and also tries to retrieve the term itself viaget_term()– this now ends in an infinite loop.Do you have an idea how to get around this?
The topic ‘Endless loop during term import’ is closed to new replies.