wordpress - Get product permalink by product name ,Woocommerce -


I am trying to get Woocommerce product permit by the given product name, I know that given me this way Permalink can be found by product ID:

  $ url = get_permalink ($ product_id);   

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

  $ url = get_permalink ('title');   

This does not work please help.

This code works for me

  $ product = Get_page_by_title ('Product title', object, 'product') getchoermink echo ($ product-> ID);    

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -