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