Hey @ptravassos,
Thanks for your patience here.
Please try adding the following to your child theme’s functions.php file or a plugin like Code Snippets:
function wpai_wp_all_import_use_wp_set_object_terms( $use_wp_set_object_terms, $tx_name ) {
return true;
}
add_filter( 'wp_all_import_use_wp_set_object_terms', 'wpai_wp_all_import_use_wp_set_object_terms', 10, 2 );
If that doesn’t resolve this, we’ll need you to reproduce this on one of our sandbox sites: https://www.wpallimport.com/debug/ – and then contact us via our support form: https://www.wpallimport.com/support/ – including both the URL to the sandbox site & a link to this topic.
Hi,
I had already tried this snippet without success.
I think the problem is related to the fact that i also have an ACF field with the taxonomy/terms values. WP All Import doesn’t let update through the taxonomy update. I disabled the update by taxonomy and instead updated the related ACF and it worked. But, it should had also worked with the taxonomy.
Thank you.
Hi @ptravassos,
I disabled the update by taxonomy and instead updated the related ACF and it worked. But, it should had also worked with the taxonomy.
I’d really have to see the data and import settings to understand if this is expected behavior or not. If you’d like us to check it, please replicate the problem on a sandbox site at http://www.wpallimport.com/debug/, then send us the sandbox site URL in a support request at http://www.wpallimport.com/support/.