wc_get_theme_slug_for_templates()
Get a slug identifying the current theme.
Хуки из функции
Возвращает
Строку.
Использование
wc_get_theme_slug_for_templates();
Список изменений
| С версии 3.3.0 | Введена. |
Код wc_get_theme_slug_for_templates() wc get theme slug for templates WC 10.3.5
function wc_get_theme_slug_for_templates() {
return apply_filters( 'woocommerce_theme_slug_for_templates', get_option( 'template' ) );
}