WC_Shortcode_Products::get_type()publicWC 3.2.0

Get shortcode type.

Метод класса: WC_Shortcode_Products{}

Хуков нет.

Возвращает

Строку.

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

$WC_Shortcode_Products = new WC_Shortcode_Products();
$WC_Shortcode_Products->get_type();

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

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

Код WC_Shortcode_Products::get_type() WC 8.7.0

public function get_type() {
	return $this->type;
}