woocommerce_email_preview_dummy_address

woocommerce_email_preview_dummy_address

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

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