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
Post a Comment