• 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 uses get_term(). Your “get_meta_field” is now called via a hook within it and also tries to retrieve the term itself via get_term() – this now ends in an infinite loop.

    Do you have an idea how to get around this?

  • You must be logged in to reply to this topic.