WordPress
- 7 ответов
- 0 вопросов
2
Вклад в тег
the_title( '<h1 class="product_title entry-title">', '</h1>' );
echo esc_html('Купить ') . get_the_title() . esc_html(' за ') . $product->get_price_html() . esc_html(' рублей');