✏️ 正在编辑: interface-notification-handler.php
路径:
/home/ubuntu/plugins-bkp-26012025/wordpress-seo/admin/notifiers/interface-notification-handler.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin\Notifiers */ /** * Dictates the required methods for a Notification Handler implementation. */ interface WPSEO_Notification_Handler { /** * Handles the notification object. * * @param Yoast_Notification_Center $notification_center The notification center object. * * @return void */ public function handle( Yoast_Notification_Center $notification_center ); }
💾 保存文件
← 返回文件管理器