Select Page

Used for displaying information after links to change the amount of products.

Usage

<?php
function my_block_lgv_after_product_count_links () {
//your code here
}

add_action( 'lgv_after_product_count_links', 'my_block_lgv_after_product_count_links' );
?>