Select Page

Used for displaying information after button to change the grid/list style.

Usage

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

add_action( 'br_lgv_after_list_grid_buttons', 'my_block_br_lgv_after_list_grid_buttons' );
?>