Файловый менеджер - Редактировать - /home/digitalm/www/zetaworks/wp-content/themes/uncode/core/inc/helpers/assets/tests/tab.php
Назад
<?php /** * Tab test */ function uncode_page_require_asset_tab( $content_array ) { GLOBAL $uncode_post_data; if ( apply_filters( 'uncode_enqueue_tab', false ) ) { return true; } // Always include TAB in single products if ( uncode_post_data_is_singular() ) { $with_builder = false; if ( isset( $uncode_post_data['post_type'] ) && isset( $uncode_post_data['ID'] ) && $uncode_post_data['post_type'] === 'product' ) { return true; } } // Required by the Tabs VC module foreach ( $content_array as $content ) { if ( strpos( $content, '[vc_tab' ) !== false ) { return true; } } return false; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.03 |
proxy
|
phpinfo
|
Настройка