Файловый менеджер - Редактировать - /home/harasnat/www/horse/wp-content/plugins/web-stories/includes/Infrastructure/PluginUninstallAware.php
Назад
<?php /** * Interface PluginUninstallAware. */ /** * Copyright 2022 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ declare(strict_types = 1); namespace Google\Web_Stories\Infrastructure; /** * Something that can be uninstalled. * * By tagging a service with this interface, the system will automatically hook * it up to the WordPress uninstall hook. * * This way, we can just add the simple interface marker and not worry about how * to wire up the code to reach that part during the static uninstall hook. * * @internal * * @since 1.26.0 */ interface PluginUninstallAware { /** * Act on plugin uninstall. * * @since 1.26.0 */ public function on_plugin_uninstall(): void; }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка