Yoast\WP\SEO\Content_Type_Visibility\Application

Content_Type_Visibility_Watcher_Actions::__construct()publicYoast 1.0

Indexable_Post_Type_Change_Watcher constructor.

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

Хуков нет.

Возвращает

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

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

$Content_Type_Visibility_Watcher_Actions = new Content_Type_Visibility_Watcher_Actions();
$Content_Type_Visibility_Watcher_Actions->__construct(;

Код Content_Type_Visibility_Watcher_Actions::__construct() Yoast 24.4

public function __construct(
	Options_Helper $options,
	Yoast_Notification_Center $notification_center,
	Content_Type_Visibility_Dismiss_Notifications $content_type_dismiss_notifications
) {
	$this->options                            = $options;
	$this->notification_center                = $notification_center;
	$this->content_type_dismiss_notifications = $content_type_dismiss_notifications;
}