WPSEO_Notification_Handler{}interfaceYoast 1.0

Dictates the required methods for a Notification Handler implementation.

Хуков нет.

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

$WPSEO_Notification_Handler = new WPSEO_Notification_Handler();
// use class methods

Методы

  1. public handle( Yoast_Notification_Center $notification_center )

Код 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 );
}