Loja

add_action(‘template_redirect’, function() {
if (is_shop()) {
wp_redirect(home_url());
exit;
}
});