apply_filters('wpt_query_args', $args, Shortcode $shortcode );

To change the Product Table Query Arguments

Parameters #

$args (array)
Query arguments of Product Table.
$shortcode (object)
Product table Object (Whole shortcode object, Where available All data)

Return #

Return generated query arguments. Default: array() .

File Location #

inc/shortcode.php

Example#