woocommerce_email_preview_dummy_address
woocommerce_email_preview_dummy_address
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_address') is found 1 times:
- /src/Internal/Admin/EmailPreview/EmailPreview.php line 411
* @param string $email_type The email type to preview. * * @since 9.6.0 */ return apply_filters( 'woocommerce_email_preview_dummy_address', $address, $this->email_type ); } /** * Get the placeholders for the email preview. * * @param WC_Order|WP_User $email_object The object to render email with.