Файловый менеджер - Редактировать - /var/www/xthruster/html/wp-content/plugins/optimole-wp/inc/compatibilities/compatibility.php
Назад
<?php /** * Class Optml_compatibility. */ abstract class Optml_compatibility { /** * Register compatibility actions/filters. */ abstract public function register(); /** * Should we load the compatibility? * * @return bool Compatiblity */ abstract public function should_load(); /** * Will the compatibility be loaded? * * @return bool */ final public function will_load() { if ( ! Optml_Main::instance()->admin->settings->is_connected() ) { return false; } return $this->should_load(); } /** * Should we early load the compatibility? * * @return bool Whether to load the compatibility or not. */ public function should_load_early() { return false; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.3-4ubuntu2.24 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка