Yoast_Notifications::enqueue_assets()
Enqueue assets.
Метод класса: Yoast_Notifications{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Yoast_Notifications = new Yoast_Notifications(); $Yoast_Notifications->enqueue_assets();
Код Yoast_Notifications::enqueue_assets() Yoast Notifications::enqueue assets Yoast 24.9
public function enqueue_assets() { $asset_manager = new WPSEO_Admin_Asset_Manager(); $asset_manager->enqueue_style( 'notifications' ); }