Heya,
thanks very much, i’ve figured out that the DOKAN multivendor plugin is causing
this behaviour since last update.
All the best,
N
Heya, thanks for getting back Daniyal 🙂
Well it behaves like this – It only happens when i change somethings in the back-end,
for example i add some text to the product post type, and after updating the post, suddenly the parent category gets activated ( without me clicking it )
Even when quick-editing a post ( even when i don’t change something, just click on the
update button ), the parent category becomes “activated” —
All the best,
N
just figured out it’s this change –
https://plugins.trac.ww.wp.xz.cn/changeset/2733635/
in
woo-cart-all-in-one/trunk/includes/frontend/sidebar-cart-content.php
<?php echo wp_kses_post( wc_get_formatted_cart_item_data( $cart_item ) ); ?>
to
<?php echo wp_kses_post( wc_get_formatted_variation( $cart_item[‘variation’] ??”,true )); ?>