is_type('simple') && ! $root_product->is_type('variable')){
return;
}
echo '
';
},
PHP_INT_MAX
);
add_action(
'woocommerce_after_add_to_cart_button',
function () {
global $product;
global $root_product;
if (! $root_product) {
return;
}
if (! $root_product->is_type('simple') && ! $root_product->is_type('variable')){
return;
}
echo '
';
},
100
);