// Xceluk LocalBusiness Schema add_action('wp_head', function() { $local_pages = array( 'embroidered-printed-uniforms-haverhill', 'custom-embroidered-printed-uniforms-in-bury-st-edmunds-xcel-print-promotions', 'custom-embroidered-printed-uniforms-across-suffolk-essex-xcel-print-promotions', 'embroidered-printed-uniforms-cambridge', 'embroidered-printed-uniforms-sudbury' ); if (!is_front_page() && !is_page($local_pages)) return; echo ''; }, 1); // Xceluk Trust Bar add_action('wp_head', function() { echo ''; }, 99); add_action('wp_body_open', function() { echo '
No Minimum Order Free Delivery Over £99 Free Digital Proofs 5-7 Day Turnaround Nearly 20 Years Experience
'; }, 1); // Xceluk Product Page Trust Badges add_action('woocommerce_single_product_summary', function() { echo '
No minimum order
Free digital proof
5-7 day turnaround
Logo stored on file
View embroidery & printing prices →
'; }, 35); // Xceluk Mobile Sticky CTA add_action('wp_footer', function() { if (is_checkout() || is_cart()) return; echo ' '; });