woocommerce_order_item_thumbnail

woocommerce_order_item_thumbnail

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

apply_filters('woocommerce_order_item_thumbnail') is found 2 times:

  • /templates/emails/email-order-items.php line 59

    * @param string $image The image HTML.
    * @param WC_Order_Item_Product $item The item being displayed.
    * @since 2.1.0
    */
    echo ‘

    ‘ . wp_kses_post( apply_filters( ‘woocommerce_order_item_thumbnail’, $image, $item ) ) . ‘

    ‘;
    }
    ?>

  • /templates/emails/email-order-items.php line 144
    					 * @param string                $image The image HTML.
    					 * @param WC_Order_Item_Product $item  The item being displayed.
    					 * @since 2.1.0
    					 */
    					echo wp_kses_post( apply_filters( 'woocommerce_order_item_thumbnail', $image, $item ) );
    				}
    
    				/**
    				 * Order Item Name hook.
    				 *
    				 * @param string                $item_name The item name HTML.
    

See this hook used in plugins: