php WooCommerce添加图库选项
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php WooCommerce添加图库选项相关的知识,希望对你有一定的参考价值。
//* Add WooCommerce Gallery Options
add_action( 'after_setup_theme', 'olivia_woo_gallery' );
function olivia_woo_gallery() {
add_theme_support( 'wc-product-gallery-zoom' );
add_theme_support( 'wc-product-gallery-lightbox' );
add_theme_support( 'wc-product-gallery-slider' );
}
以上是关于php WooCommerce添加图库选项的主要内容,如果未能解决你的问题,请参考以下文章
php 添加Woocommerce 3图库/灯箱/缩放支持。在functions.php中包括以下内容
php 获取产品图库图像 - WooCommerce
Woocommerce 交付和付款选项 - 我的 php 代码有啥问题?
php Woocommerce选项卡/我的帐户functions.php
php 更改woocommerce选项卡名称
php 在WooCommerce中更改“选择一个选项”。