How to disable/remove woocommerce single product page?

add_action('wp','prevent_access_to_product_page');
function prevent_access_to_product_page(){
  if ( is_product() ) {
    wp_redirect( get_permalink( 269 ) );
  }
}

Table of Contents

SHARE

Request a Quote

Maksut M.

Hi, please provide your request details below and I’ll get back to you.