WPSEO_Notification_Handler::handle()publicYoast 1.0

Handles the notification object.

Метод класса: WPSEO_Notification_Handler{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$WPSEO_Notification_Handler = new WPSEO_Notification_Handler();
$WPSEO_Notification_Handler->handle( $notification_center );
$notification_center(Yoast_Notification_Center) (обязательный)
The notification center object.

Код WPSEO_Notification_Handler::handle() Yoast 22.4

public function handle( Yoast_Notification_Center $notification_center );