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