Thumb

Put A Ring On It

$4,999.00
In Stock
Checkout
add_filter('get_the_archive_title', function ($title) { if (is_shop()) { $title = get_the_title( wc_get_page_id('shop') ); } return $title; });