Used for displaying information before the list with simple style.
Usage
<?php
function my_block_lgv_simple_before () {
//your code here
}
add_action( 'lgv_simple_before', 'my_block_lgv_simple_before' );
?>Used for displaying information before the list with simple style.
Usage
<?php
function my_block_lgv_simple_before () {
//your code here
}
add_action( 'lgv_simple_before', 'my_block_lgv_simple_before' );
?>