Файловый менеджер - Редактировать - /home/digitalm/www/zetaworks/wp-content/themes/uncode/core/inc/helpers/assets/tests/object-fit.php
Назад
<?php /** * Polyfill for object-fit test */ function uncode_page_require_asset_objectfit_polyfill( $content_array ) { global $dynamic_srcset_active; if ( apply_filters( 'uncode_enqueue_objectfit_polyfill', false ) ) { return true; } // Only the metro style uses picture if ( $dynamic_srcset_active ) { foreach ( $content_array as $content ) { if ( strpos( $content, 'style_preset="metro"' ) !== false ) { return true; } } } return false; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.03 |
proxy
|
phpinfo
|
Настройка