Select Page

Used for displaying information after product description in the list with simple style.

Usage

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

add_action( 'lgv_simple_after_description', 'my_block_lgv_simple_after_description' );
?>