/** * Wrap the brand word "easipac" inside product titles in a span so CSS can keep it * lowercase even when a parent uppercase rule applies (brand guideline). LIVE 2026-06-13. * Only triggers in WooCommerce product loops + single product titles, never in admin or feeds. */ add_filter( 'the_title', 'easipac_brand_wrap_title', 10, 2 ); function easipac_brand_wrap_title( $title, $post_id = 0 ) { if ( is_admin() || is_feed() || empty( $post_id ) ) { return $title; } if ( get_post_type( $post_id ) !== 'product' ) { return $title; } return preg_replace( '/\b(easipac)\b/i', '$1', $title ); } Eat - easipac

Eat

Food containers

Clear containers

Bagasse tableware

Catering

Food bowls

Soup containers

Portion pots

Takeaway bags

Shopping Basket