Select Page

Position for button to change grid/list style, can be ‘left’ or ‘right’.

Parameters

  1. position – current position from plugin settings.

Usage

<?php
function change_lgv_buttons_position ( $position ) {
//your code here
    return $position;
}

add_filter( 'lgv_buttons_position', 'change_lgv_buttons_position' );
?>