WC_Twenty_Twelve::enqueue_styles()public staticWC 1.0

Add theme compatibility styles.

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

Хуков нет.

Возвращает

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

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

$result = WC_Twenty_Twelve::enqueue_styles();

Код WC_Twenty_Twelve::enqueue_styles() WC 9.8.1

<?php
public static function enqueue_styles() {
	?>
	<style type="text/css">
		.wc-block-components-notice-banner.is-error li {
			margin: 0;
		}
	</style>
	<?php
}