Thumb

Swipe Right – 8 Questions

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