Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

StoreCreation::get_titlepublicWC 1.0

Title.

Method of the class: StoreCreation{}

No Hooks.

Returns

String.

Usage

$StoreCreation = new StoreCreation();
$StoreCreation->get_title();

StoreCreation::get_title() code WC 9.9.5

public function get_title() {
	/* translators: Store name */
	return sprintf( __( 'You created %s', 'woocommerce' ), get_bloginfo( 'name' ) );
}