🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 04:00:04 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
reenrihair.com
/
wp-content
/
plugins
/
wordpress-seo
/
admin
/
notifiers
📍 /home/therahul/reenrihair.com/wp-content/plugins/wordpress-seo/admin/notifiers
🔄 Refresh
✏️
Editing: interface-notification-handler.php
Writable
<?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 ); }
💾 Save Changes
❌ Cancel