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.8.1

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 137
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
         * @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: