Automattic\WooCommerce\Internal\CustomerEmailVerification\Emails

CustomerVerifyEmail::get_default_headingpublicWC 1.0

Get email heading.

Method of the class: CustomerVerifyEmail{}

No Hooks.

Returns

String.

Usage

$CustomerVerifyEmail = new CustomerVerifyEmail();
$CustomerVerifyEmail->get_default_heading();

CustomerVerifyEmail::get_default_heading() code WC 11.0.0

public function get_default_heading() {
	return __( 'Confirm your email address', 'woocommerce' );
}