woocommerce_email_preview_dummy_order

woocommerce_email_preview_dummy_order

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

apply_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.
    	 *