woocommerce_email_preview_dummy_order
woocommerce_email_preview_dummy_order
Appears in: woocommerce.9.7.0, woocommerce.9.7.1
Hook Type: filter
Displaying hooks found in version: woocommerce.9.7.1apply_filters('woocommerce_email_preview_dummy_order') is found 1 times:
- /src/Internal/Admin/EmailPreview/EmailPreview.php line 332
* @param string $email_type The email type to preview. * * @since 9.6.0 */ return apply_filters( 'woocommerce_email_preview_dummy_order', $order, $this->email_type ); } /** * Get a dummy product. Also used with `woocommerce_order_item_product` filter * when email templates tries to get the product from the database. *