Файловый менеджер - Редактировать - /home/avadvi5/public_html/wp-content/plugins/code4rest-pro/dist/woocommerce-addons/cart-show-options.php
Ðазад
<?php /** * Woocommerce Trigger Cart when Product added Options. * * @package Code4rest_Pro */ namespace Code4rest_Pro; use Code4rest\Theme_Customizer; use function Code4rest\code4rest; Theme_Customizer::add_settings( array( 'cart_pop_show_on_add' => array( 'control_type' => 'code4rest_switch_control', 'section' => 'cart_behavior', 'priority' => 11, 'default' => code4rest()->default( 'cart_pop_show_on_add' ), 'label' => esc_html__( 'Show the cart popout on add to cart?', 'code4rest-pro' ), 'transport' => 'refresh', ), 'ajax_add_single_products' => array( 'control_type' => 'code4rest_switch_control', 'section' => 'cart_behavior', 'priority' => 11, 'default' => code4rest()->default( 'ajax_add_single_products' ), 'label' => esc_html__( 'Single Product Ajax Add to Cart', 'code4rest-pro' ), 'transport' => 'refresh', ), ) );
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка