Remove link on featured image – since 3.0.0
-
Hello,
I was using this function, to remove main product image link in single product view:
function custom_unlink_single_product_image( $html, $post_id ) { return get_the_post_thumbnail( $post_id, apply_filters( 'single_product_large_thumbnail_size', 'shop_single' ) ); } add_filter('woocommerce_single_product_image_html', 'custom_unlink_single_product_image', 10, 2);
Because of 3.0.0 changes, function is not working. How can I get it work again?
Thanks you
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Remove link on featured image – since 3.0.0’ is closed to new replies.