Select Page

Template name for button to change grid/list style.

Parameters

  1. template – string with template name.

Usage

<?php
function change_lgv_buttons_template ( $template ) {
//your code here
    return $template;
}

add_filter( 'lgv_buttons_template', 'change_lgv_buttons_template' );
?>