4,
'columns' => 4,
) );
return $args;
}
/**
* Product gallery thumnail columns
* @return integer number of columns
* @since 1.0.0
*/
function shop_isle_thumbnail_columns() {
return intval( apply_filters( 'shop_isle_product_thumbnail_columns', 4 ) );
}
/**
* Products per page
* @return integer number of products
* @since 1.0.0
*/
function shop_isle_products_per_page() {
return intval( apply_filters( 'shop_isle_products_per_page', 12 ) );
}
/**
* Query WooCommerce Extension Activation.
* @var $extension main extension class name
* @return boolean
*/
function is_woocommerce_extension_activated( $extension = 'WC_Bookings' ) {
return class_exists( $extension ) ? true : false;
}
/**
* Header for shop page
* @since 1.0.0
*/
function shop_isle_header_shop_page( $page_title ) {
$shop_isle_title = '';
$shop_isle_header_image = get_header_image();
if( !empty($shop_isle_header_image) ):
$shop_isle_title = '

Your Information & Terms of Service
My Market Toolkit is a brand of Vauntium, LLC. The information you submit on this page is subject to the Vauntium Privacy Policy and Terms of Service. While we do not share your information with 3rd parties (including our clients) except for limited reasons outlined in the Privacy Policy, the information you submit on this page will be used to contact you regarding this and other offers. Please click here to opt out of future marketing communications by Vauntium, LLC. You will not be opted out of marketing campaigns we produce on behalf of our clients who maintain their own separate information, opt in lists, and policies and with whom you may have opted in during other interactions.