WC_Shortcode_Products::get_query_args()
Get query args.
Method of the class: WC_Shortcode_Products{}
No Hooks.
Return
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 9.3.3
public function get_query_args() { return $this->query_args; }