woocommerce_product_get_image, $image, $this, $size, $attr, $placeholder, $image
woocommerce_product_get_image, $image, $this, $size, $attr, $placeholder, $image
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_product_get_image, $image, $this, $size, $attr, $placeholder, $image') is found 1 times:
- /includes/abstracts/abstract-wc-product.php line 2232
if ( ! $image && $placeholder ) { $image = wc_placeholder_img( $size, $attr ); } return apply_filters( 'woocommerce_product_get_image', $image, $this, $size, $attr, $placeholder, $image ); } /** * Returns the product shipping class SLUG. * * @return string