Yoast_Notifications::enqueue_assets()publicYoast 1.0

Enqueue assets.

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

Хуков нет.

Возвращает

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

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

$Yoast_Notifications = new Yoast_Notifications();
$Yoast_Notifications->enqueue_assets();

Код Yoast_Notifications::enqueue_assets() Yoast 22.4

public function enqueue_assets() {
	$asset_manager = new WPSEO_Admin_Asset_Manager();

	$asset_manager->enqueue_style( 'notifications' );
}