Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.

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