Файловый менеджер - Редактировать - /home/tuudkjt/globeasy/wp-content/plugins/woo-multi-currency/plugins/advanced_free_shipping.php
Назад
<?php /** * Class WOOMULTI_CURRENCY_F_F_Plugin_Advanced_Free_Shipping */ if ( ! defined( 'ABSPATH' ) ) { exit; } class WOOMULTI_CURRENCY_F_Plugin_Advanced_Free_Shipping { protected $settings; public function __construct() { $this->settings = WOOMULTI_CURRENCY_F_Data::get_ins(); if ( $this->settings->get_enable() ) { add_filter( 'wp-conditions\condition', array( $this, 'advanced_free_shipping' ) ); } } /** * WooCommerce Advanced Free Shipping * * @param $data * * @return mixed */ public function advanced_free_shipping( $data ) { if ( isset( $data['value'] ) && ( $data['condition'] == 'subtotal' || $data['condition'] == 'coupon' || $data['condition'] == 'tax' || $data['condition'] == 'subtotal_ex_tax' ) ) { $data['value'] = wmc_get_price( $data['value'] ); } return $data; } }
| ver. 1.6 |
Github
|
.
| PHP 8.1.34 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка