WC_Shortcode_Products::get_content
Get shortcode content.
Method of the class: WC_Shortcode_Products{}
No Hooks.
Returns
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 10.5.0
public function get_content() {
return $this->product_loop();
}