Template name for product count links.
Parameters
- template – string with template name.
Usage
<?php
function change_lgv_product_count_template ( $template ) {
//your code here
return $template;
}
add_filter( 'lgv_product_count_template', 'change_lgv_product_count_template' );
?>