Файловый менеджер - Редактировать - /home/bean7936/deribos.com/wp-content3e392d/plugins/breeze/inc/plugin-incompatibility/breeze-amp-compatibility.php
Назад
<?php /** * Disabled minification for HTML, CSS and JS. */ if ( ! defined( 'ABSPATH' ) ) { exit; } function amp_breeze_compat() { if ( true === breeze_is_amp_page() ) { // Disable html minification. add_filter( 'breeze_filter_html_noptimize', '__return_true' ); // Disable script minification. add_filter( 'breeze_filter_js_noptimize', '__return_true' ); // Disable style minification. add_filter( 'breeze_filter_css_noptimize', '__return_true' ); // Force native lazy loading on AMP. add_filter( 'breeze_use_native_lazy_load', '__return_true' ); } } add_action( 'wp', 'amp_breeze_compat' );
| ver. 1.6 |
Github
|
.
| PHP 8.3.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка