开发者 | christophrado |
---|---|
更新时间 | 2021年1月5日 05:01 |
捐献地址: | 去捐款 |
PHP版本: | 5.2.4 及以上 |
WordPress版本: | 5.6 |
版权: | GPLv3 |
版权网址: | 版权信息 |
/wp-content/plugins/woocommerce-custom-products-widget
directory, or install the plugin through the WordPress plugins screen directly.In the Products->All Products screen, hover over a product to reveal its ID below its name. Do not use the SKU, but the WordPress internal product ID.
Yes, but only via CSS. The widget is constructed with the custom class custom_product_list_widget, which you can target. = Can I modify the widget output? Yes, it implements the same filters as the original WooCommerce Product List widget, namely woocommerce_products_widget_query_args, woocommerce_before_widget_product_list and woocommerce_after_widget_product_list. It also uses the WooCommerce built-in template content-widget-product.php, which you can overwrite.