[Solved] WooCommerce product image filename in product title
Ok. Based on what I have understood from your question, following might be the solution for your problem. First get featured image url. Ref: How to get featured image of a product in woocommerce Now use this URL to get filename. Ref: https://gist.github.com/wooki/2709106 Once you get filename, you can echo it wherever needed or you … Read more