%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_cat_desc( $category ) { global $woocommerce; echo apply_filters( 'gridlist_cat_desc_wrap_start', '
' ); echo $category->description; echo apply_filters( 'gridlist_cat_desc_wrap_end', '
' ); } } $AStore_List_Grid = new AStore_List_Grid(); } }