Function asa2_render_smart_collection
Renders a smart collection like shortcode [asa2_smart_collection] would do.
Example:
echo asa2_render_smart_collection(array( 'cat_slug' => 'games', 'limit' => 10, 'is_available_main' => true, 'is_prime' => true, 'rating_gt' => 3, 'orderby' => 'rand', 'tplid' => 46 ));
Parameters summary
array |
$options |
Smart collection options. |
Return value summary
string
|
The generated output. |