Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function king_remove_product_image_link ( $html, $post_id ){
- return preg_replace( "!<(a|/a).*?>!", '', $html );
- }
- add_filter( 'woocommerce_single_product_image_thumbnail_html', 'king_remove_product_image_link', 10, 2 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement