Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #4545346
Support for Polylang
Open

Comments

  • Erol started the conversation

    Hello

    Are there any plans to support Polylang? We see that you support WPML, so adding support for Polylang should be rather easy?

  •  1,688
    Dustin replied

    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