wc_get_theme_slug_for_templates()WC 3.3.0

Get a slug identifying the current theme.

Хуки из функции

Возвращает

Строку.

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

wc_get_theme_slug_for_templates();

Список изменений

С версии 3.3.0 Введена.

Код wc_get_theme_slug_for_templates() WC 8.7.0

function wc_get_theme_slug_for_templates() {
	return apply_filters( 'woocommerce_theme_slug_for_templates', get_option( 'template' ) );
}