Select Page

Used for displaying information before the list with advanced style.

Usage

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

add_action( 'lgv_advanced_before', 'my_block_lgv_advanced_before' );
?>