WC_Shortcode_Products::get_type()
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() WC Shortcode Products::get type code WC 9.4.2
public function get_type() { return $this->type; }