WC_Shortcode_Products::get_content()
Get shortcode content.
Метод класса: WC_Shortcode_Products{}
Хуков нет.
Возвращает
Строку
.
Использование
$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 9.6.1
public function get_content() { return $this->product_loop(); }