Файловый менеджер - Редактировать - /var/www/xthruster/html/wp-content/plugins/sitepress-multilingual-cms/classes/setup/DisableNotices.php
Назад
<?php namespace WPML\Setup; use WPML\FP\Lst; use WPML\FP\Obj; class DisableNotices implements \IWPML_DIC_Action, \IWPML_Backend_Action { public function add_hooks() { add_action( 'wp_before_admin_bar_render', function () { $iSetupPage = Lst::includes( Obj::propOr( '', 'page', $_GET ), [ 'sitepress-multilingual-cms/menu/setup.php', 'sitepress-multilingual-cms/menu/languages.php' ] ); if ( $iSetupPage ) { remove_all_actions( 'admin_notices' ); remove_all_actions( 'all_admin_notices' ); } } ); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.3-4ubuntu2.24 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка