/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
add_filter('woodmart_categories_shortcode_custom_sizes',
			function() {
				return array(
					'desktop'          => 3,
					'tablet_landscape' => 4,
					'tablet'           => 4,
					'mobile'           => 4,
				);
			}
		);