Working on fixing a plugin compatibility issue with Woocommerce Multilingual.
In wp-admin, a product list populated via admin-ajax.php?action=product_ajax&security=XXXXXXX&search=NAME_OF_THE_PRODUCT needs to get all products returned by the search query, regardless of their language.
WPML filters the output and only returns products in the current language. How can I tell it not to? Is there a parameter or hook that could be used?
The product list / ajax call is not made from wp-admin/edit.php?post_type=product, but from a plugin that calls admin-ajax.php?action=product_ajax&security=XXXXXXX&search=NAME_OF_THE_PRODUCT