WC_Shortcode_Products::get_type()publicWC 3.2.0

Get shortcode type.

Method of the class: WC_Shortcode_Products{}

No Hooks.

Return

String.

Usage

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

Changelog

Since 3.2.0 Introduced.

WC_Shortcode_Products::get_type() code WC 8.7.0

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