Yoast\WP\SEO\Helpers
Notification_Helper::restore_notification()
Restores a notification (wrapper function).
Метод класса: Notification_Helper{}
Хуков нет.
Возвращает
true|false
. True if restored, false otherwise.
Использование
$Notification_Helper = new Notification_Helper(); $Notification_Helper->restore_notification( $notification );
- $notification(Yoast_Notification) (обязательный)
- The notification to restore.
Код Notification_Helper::restore_notification() Notification Helper::restore notification Yoast 24.7
public function restore_notification( Yoast_Notification $notification ) { return Yoast_Notification_Center::restore_notification( $notification ); }