woocommerce_email_preview_dummy_product
woocommerce_email_preview_dummy_product
Appears in: woocommerce.10.0.4, woocommerce.10.1.2, woocommerce.9.7.0, woocommerce.9.7.1, woocommerce.9.8.1, woocommerce.9.9.3, woocommerce.9.9.5
Hook Type: filter
Displaying hooks found in version: woocommerce.9.9.5apply_filters('woocommerce_email_preview_dummy_product') is found 1 times:
- /src/Internal/Admin/EmailPreview/EmailPreview.php line 382
* @param string $email_type The email type to preview. * * @since 9.6.0 */ return apply_filters( 'woocommerce_email_preview_dummy_product', $product, $this->email_type ); } /** * Get a dummy product variation. * * @return WC_Product_Variation