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