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