WC_Shortcode_Products::get_type
Get shortcode type.
Method of the class: WC_Shortcode_Products{}
No Hooks.
Returns
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() WC Shortcode Products::get type code WC 10.3.5
public function get_type() {
return $this->type;
}