%1$s %2$s', $grid_view, $list_view ); echo apply_filters( 'gridlist_toggle_button_output', $output, $grid_view, $list_view ); } // Button wrap function gridlist_buttonwrap_open() { echo apply_filters( 'gridlist_button_wrap_start', '
' ); } function gridlist_buttonwrap_close() { echo apply_filters( 'gridlist_button_wrap_end', '
' ); } function gridlist_set_default_view() { $default = apply_filters( 'astore_glt_default','grid' ); ?> ' ); echo $category->description; echo apply_filters( 'gridlist_cat_desc_wrap_end', '' ); } } $AStore_List_Grid = new AStore_List_Grid(); } }