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'];
		}


User Contributed Notes

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