Filter by type:
Search
Skip to content
Browse: Home / Classes / Astra_Woocommerce / Astra_Woocommerce::shop_columns()

Astra_Woocommerce::shop_columns( int $col )

Update Shop page grid


Description


Parameters

$col

(int) (Required) Shop Column.


Return

(int)


Source

File: inc/compatibility/woocommerce/class-astra-woocommerce.php

		public function shop_columns( $col ) {

			$col = astra_get_option( 'shop-grids' );
			return $col['desktop'];
		}

Expand full source code Collapse full source code View on Trac


User Contributed Notes

You must log in before being able to contribute a note or feedback.