Файловый менеджер - Редактировать - /home/bkunreyz/managedsites.net/wp-content/themes/Divi/includes/builder/plugin-compat/wp-smushit.php
Назад
<?php if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } /** * Plugin compatibility for Smush * * @since 3.17.1 * * @link https://wordpress.org/plugins/wp-smushit/ */ class ET_Builder_Plugin_Compat_Smush extends ET_Builder_Plugin_Compat_Base { /** * Constructor */ public function __construct() { $this->plugin_id = 'wp-smushit/wp-smush.php'; $this->init_hooks(); } /** * Hook methods to WordPress * * Latest plugin version: 1601 * * @return void */ public function init_hooks() { // Bail if there's no version found if ( ! $this->get_plugin_version() ) { return; } $enabled = array( // phpcs:disable WordPress.Security.NonceVerification.NoNonceVerification 'vb' => et_()->array_get( $_GET, 'et_fb' ), 'bfb' => et_()->array_get( $_GET, 'et_bfb' ), // phpcs:enable ); if ( $enabled['vb'] || $enabled['bfb'] ) { // Plugin's `enqueue` function will cause a PHP notice unless // early exit is forced using the following custom filter add_filter( 'wp_smush_enqueue', '__return_false' ); } } } new ET_Builder_Plugin_Compat_Smush();
| ver. 1.6 |
Github
|
.
| PHP 8.2.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка