php 使用ShortCodes在WooCommerce产品网格上显示库存栏

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 使用ShortCodes在WooCommerce产品网格上显示库存栏相关的知识,希望对你有一定的参考价值。

<?php

/**
 * Call Counter Bar in product loop below product name using shortcode.
 * This inherit product's bar settings and follow campaign rules.
 */
add_action('woocommerce_after_shop_loop_item', 'wcct_shop_loop_bar_display', 5);
if (!function_exists('wcct_shop_loop_bar_display')) {
  function wcct_shop_loop_bar_display() {
	  echo do_shortcode('[finale_counter_bar skip_rules="no"]');
  }
}

以上是关于php 使用ShortCodes在WooCommerce产品网格上显示库存栏的主要内容,如果未能解决你的问题,请参考以下文章

php 删除新主题的Divi Shortcodes

php ShortCodes和Visual composer

Laravel webwizo 简码包 Shortcodes 类未找到

使用 Bootstrap 4.4、Wordpress 和 Bootstrap Shortcodes Ultimate 插件的 Flexbox 列等高

Gallery.php 链接图像

Wordpress插件开发 - 仅在需要的地方加载排队的文件