Select Page

Used for display information before product price in list with advanced style.

Usage

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

add_action( 'lgv_advanced_before_price', 'my_block_lgv_advanced_before_price' );
?>