Position for product count links, can be ‘left’ or ‘right’.
Parameters
- position – current position from plugin settings.
Usage
<?php
function change_lgv_product_count_position ( $position ) {
//your code here
return $position;
}
add_filter( 'lgv_product_count_position', 'change_lgv_product_count_position' );
?>