zoliandru
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Hello @conschneider
Thank you for your fast reply !
Your code does not break anything, but does not give me the price either.
It returns everything on the product.So I tried to add the “get the price argument” like this :
add_shortcode( 'avv-woo-price', 'avv_display_my_product_price' ); function avv_display_my_product_price() { $product_price = wc_get_product(get_the_ID())->get_price_html(); return $product_price; }But the problem stays : it works in the front end, but it breaks my backend page.
Ok
Thanks for your answer.
Great plugin anyway, keep it up 👍Forum: Plugins
In reply to: [Interactive Image Map Plugin - Draw Attention] Image dors not stop loading ?Done, and resolved.
Some plugin tried to convert the image to webp format.Thank you very much for your amazingly fast and serious support !
Viewing 4 replies - 1 through 4 (of 4 total)