Get product permalink by product name in Woocommerce

I am trying to get Woocommerce product permalink by given product name. I know I can get permalink by given product ID like this:

$url = get_permalink( $product_id );

But I can not find any code to get it by product name. I tried this:

Read More
$url = get_permalink( 'title' );

That does not work. Please help.

Related posts

Leave a Reply

3 comments