Файловый менеджер - Редактировать - /var/www/xthruster/html/wp-content/plugins/sitepress-multilingual-cms/classes/upgrade/commands/ATEProxyUpdateRewriteRules.php
Назад
<?php namespace WPML\TM\Upgrade\Commands; class ATEProxyUpdateRewriteRules implements \IWPML_Upgrade_Command { /** @var bool $result */ private $result = false; /** * @return bool */ public function run_admin() { // By doing this, we ensure that the rewrite rules get updated for the `ate/widget/script` endpoint. update_option( 'plugin_permalinks_flushed', 0 ); $this->result = true; return $this->result; } /** * Unused. * * @return null */ public function run_ajax() { return null; } /** * Unused. * * @return null */ public function run_frontend() { return null; } /** * @return bool */ public function get_results() { return $this->result; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.3-4ubuntu2.24 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка