Automattic\WooCommerce\Internal\Admin\EmailPreview

EmailPreview::enable_shipping_addresspublicWC 1.0

Enable shipping address in the preview email. Not using __return_true so we don't accidentally remove the same filter used by other plugin or theme.

Method of the class: EmailPreview{}

No Hooks.

Returns

true.

Usage

$EmailPreview = new EmailPreview();
$EmailPreview->enable_shipping_address();

EmailPreview::enable_shipping_address() code WC 10.5.0

public function enable_shipping_address() {
	return true;
}