Download Theme Customizer Settings:
Size Chart Position Change
add_filter('add_hook_custom_size_chart_position', function () {
return 'woocommerce_after_variations_table';
});
New Products Shortcode
[products limit="7" orderby="date" order="DESC"]
Leave a Reply