php nutrabay.com网站特定的片段
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php nutrabay.com网站特定的片段相关的知识,希望对你有一定的参考价值。
<?php
/**
* Add This whole code in working theme functions.php inside php tag to alter woocommerce native positions
* Site: nutrabay.com
* XL WooCommerce Sales Trigger Class Instance
*/
add_action('wp', 'theme_wcst_modify_positions', 90);
if (!function_exists('theme_wcst_modify_positions')) {
function theme_wcst_modify_positions() {
if (class_exists('WCST_Core') && is_singular('product')) {
$wcst_core = WCST_Core::get_instance();
remove_action('woocommerce_single_product_summary', array($wcst_core, 'wcst_position_below_short_desc'), 21.2);
remove_action('woocommerce_single_product_summary', array($wcst_core, 'wcst_position_below_add_cart'), 39.2);
add_action('woocommerce_single_product_summary', array($wcst_core, 'wcst_position_below_short_desc'), 52.2);
add_action('woocommerce_single_product_summary', array($wcst_core, 'wcst_position_below_add_cart'), 32.2);
}
}
}
以上是关于php nutrabay.com网站特定的片段的主要内容,如果未能解决你的问题,请参考以下文章
Drupal标题徽标和网站名称片段页面.tpl.php
在 header.php 文件的 php 命令中添加 Google Ads 事件片段
正则表达式匹配特定的 URL 片段而不是所有其他 URL 可能性
超实用的php代码片段
限制访问特定国家/地区的 PHP 网站
php 禁用运行WPML的WooCommerce网站的特定语言版本上的特定支付网关