Automattic\WooCommerce\Admin

ReportCSVEmail::get_default_heading()publicWC 1.0

Get email heading.

Method of the class: ReportCSVEmail{}

No Hooks.

Return

String.

Usage

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

ReportCSVEmail::get_default_heading() code WC 8.7.0

public function get_default_heading() {
	return __( 'Your Report Download', 'woocommerce' );
}