WC_Shortcode_Products::get_content
Get shortcode content.
Метод класса: WC_Shortcode_Products{}
Хуков нет.
Возвращает
string.
Использование
$WC_Shortcode_Products = new WC_Shortcode_Products(); $WC_Shortcode_Products->get_content();
Список изменений
| С версии 3.2.0 | Введена. |
Код WC_Shortcode_Products::get_content() WC Shortcode Products::get content WC 11.1.0
public function get_content() {
return $this->product_loop();
}