WC_Shortcode_Products::get_query_args()publicWC 3.2.0

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() code WC 8.7.0

public function get_query_args() {
	return $this->query_args;
}