Yoast\WP\SEO\Generated
Cached_Container::getBlackFridayProductEditorChecklistNotificationService()
Gets the public 'Yoast\WP\SEO\Integrations\Alerts\Black_Friday_Product_Editor_Checklist_Notification' shared autowired service.
Метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast\WP\SEO\Integrations\Alerts\Black_Friday_Product_Editor_Checklist_Notification
.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getBlackFridayProductEditorChecklistNotificationService();
Код Cached_Container::getBlackFridayProductEditorChecklistNotificationService() Cached Container::getBlackFridayProductEditorChecklistNotificationService Yoast 25.0
protected function getBlackFridayProductEditorChecklistNotificationService() { return $this->services['Yoast\\WP\\SEO\\Integrations\\Alerts\\Black_Friday_Product_Editor_Checklist_Notification'] = new \Yoast\WP\SEO\Integrations\Alerts\Black_Friday_Product_Editor_Checklist_Notification(); }