WPSEO_Notification_Handler{}
Dictates the required methods for a Notification Handler implementation.
Хуков нет.
Использование
$WPSEO_Notification_Handler = new WPSEO_Notification_Handler(); // use class methods
Методы
Код WPSEO_Notification_Handler() WPSEO Notification Handler Yoast 25.3
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 ); }