WC_Shortcode_Products::get_query_args
Get query args.
Method of the class: WC_Shortcode_Products{}
No Hooks.
Returns
Array.
Usage
$WC_Shortcode_Products = new WC_Shortcode_Products(); $WC_Shortcode_Products->get_query_args();
Changelog
| Since 3.2.0 | Introduced. |
WC_Shortcode_Products::get_query_args() WC Shortcode Products::get query args code WC 10.7.0
public function get_query_args() {
return $this->query_args;
}