Automattic\WooCommerce\Blocks\Domain\Services

Notices::enqueue_notice_styles()publicWC 1.0

Replaces all notices with the new block-based notices.

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

Хуков нет.

Возвращает

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

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

$Notices = new Notices();
$Notices->enqueue_notice_styles();

Код Notices::enqueue_notice_styles() WC 9.8.2

public function enqueue_notice_styles() {
	wp_enqueue_style( 'wc-blocks-style' );
}