Automattic\WooCommerce\Blocks\Domain\Services
Notices::enqueue_notice_styles()
Replaces all notices with the new block-based notices.
Метод класса: Notices{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Notices = new Notices(); $Notices->enqueue_notice_styles();
Код Notices::enqueue_notice_styles() Notices::enqueue notice styles WC 9.8.2
public function enqueue_notice_styles() { wp_enqueue_style( 'wc-blocks-style' ); }