woocommerce 3 new support

add_theme_support( 'wc-product-gallery-zoom' );add_theme_support( 'wc-product-gallery-lightbox' );add_theme_support( 'wc-product-gallery-slider' );info https://woocommerce.wordpress.com/2016/10/19/new-product-gallery-merged-in-to-core-for-2-7/Video 

Woocomemrce 3 Flex Slider Filter

/* ---------------------------------------------------------------------------* Woocommerce Flex Slider Config * --------------------------------------------------------------------------- */function my_woocommerce_single_product_carousel_options_callback( ) {   return array(         'rtl'            => is_rtl(), //rtl    …

WooCommerce 3  Depreceted and new function

Woocommerce Place Holder woocommerce_placeholder_img_src == wc_placeholder_img_src  Related list $product->wc_get_related_products( $posts_per_page ) === wc_get_related_products($product-;>;get_id(), $posts_per_page ) Upsell list  $product-;>get_upsells() == $product-;>get_upsell_ids()Content Product.php  list  $product->id    =>           $product->get_id()get_gallery_attachment_ids   =>   get_gallery_image_idsfile include…