WC_Shortcode_Products::get_query_args()
Get query args.
Метод класса: WC_Shortcode_Products{}
Хуков нет.
Возвращает
Массив
.
Использование
$WC_Shortcode_Products = new WC_Shortcode_Products(); $WC_Shortcode_Products->get_query_args();
Список изменений
С версии 3.2.0 | Введена. |
Код WC_Shortcode_Products::get_query_args() WC Shortcode Products::get query args WC 9.6.1
public function get_query_args() { return $this->query_args; }