Файловый менеджер - Редактировать - /home/digitalm/www/zetaworks/wp-content/themes/uncode/core/inc/helpers/assets/tests/woocommerce.php
Назад
<?php /** * WooCommerce test */ function uncode_page_require_asset_woocommerce( $content_array ) { global $uncode_post_data; if ( apply_filters( 'uncode_enqueue_woocommerce', false ) ) { return true; } if ( class_exists( 'WooCommerce' ) ) { if ( is_woocommerce() || is_shop() || is_cart() || is_checkout() || is_wc_endpoint_url() ) { return true; } $woo_cart = apply_filters( 'uncode_woo_cart', ot_get_option('_uncode_woocommerce_cart') ); $woo_icon = apply_filters( 'uncode_woo_icon', ot_get_option('_uncode_woocommerce_cart_icon') ); if ($woo_cart === 'on' && $woo_icon !== '') { return true; } foreach ( $content_array as $content ) { if ( strpos( $content, '[uncode_woocommerce_widget' ) !== false || strpos( $content, 'post_type:product' ) !== false ) { return true; } } } return false; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.03 |
proxy
|
phpinfo
|
Настройка