October 12, 2022

WooCommerce Shop Page Redirect to Another page

In this tutorial we learn how to redirect shop page to specific page

1. WooCommerce Shop URL Redirect to !

// Redirect WooCommerce Shop URL
function wc_shop_url_redirect() {
    if( is_shop() ){
        wp_redirect( home_url( '/tutorials/' ) ); // Assign custom internal page here
        exit();
    }
}
add_action( 'template_redirect', 'wc_shop_url_redirect' )

Social Share Button :

Leave a Reply

Your email address will not be published. Required fields are marked *

chevron-down-circle
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram