Enquiry
Give us the details of your events and we will get back to you as soon as possible.
// Redirect WooCommerce Shop URL function wpc_shop_url_redirect() { if( is_shop() ){ wp_redirect( home_url() ); // Assign custom internal page here exit(); } } add_action( 'template_redirect', 'wpc_shop_url_redirect' );
Skip to contentGive us the details of your events and we will get back to you as soon as possible.