Comments Erol started the conversationFebruary 22, 2026 at 4:29pmHelloAre there any plans to support Polylang? We see that you support WPML, so adding support for Polylang should be rather easy? 1,688Dustin repliedFebruary 25, 2026 at 7:46amHi Erol, With Polylang, please add the custom code below. (How to add custom code? ↗): add_filter( 'pll_copy_post_metas', function ( $metas ) { return array_diff( $metas, [ 'woosg_ids', '_woosg_ids' ] ); }, 99 ); If you still encounter any incompatibility issues, I can help you check the details and fix them when you use the premium version of the plugin here: https://wpclever.net/downloads/grouped-product/ Best regards,Dustin Sign in to reply ...
Hello
Are there any plans to support Polylang? We see that you support WPML, so adding support for Polylang should be rather easy?
Hi Erol,
With Polylang, please add the custom code below. (How to add custom code? ↗):
add_filter( 'pll_copy_post_metas', function ( $metas ) { return array_diff( $metas, [ 'woosg_ids', '_woosg_ids' ] ); }, 99 );If you still encounter any incompatibility issues, I can help you check the details and fix them when you use the premium version of the plugin here: https://wpclever.net/downloads/grouped-product/
Best regards,
Dustin