WC_Shortcode_Products::get_content()
Get shortcode content.
Method of the class: WC_Shortcode_Products{}
No Hooks.
Return
String
.
Usage
$WC_Shortcode_Products = new WC_Shortcode_Products(); $WC_Shortcode_Products->get_content();
Changelog
Since 3.2.0 | Introduced. |
WC_Shortcode_Products::get_content() WC Shortcode Products::get content code WC 9.4.2
public function get_content() { return $this->product_loop(); }