Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
StoreCreation::get_title()
Title.
Method of the class: StoreCreation{}
No Hooks.
Return
String
.
Usage
$StoreCreation = new StoreCreation(); $StoreCreation->get_title();
StoreCreation::get_title() StoreCreation::get title code WC 9.2.3
public function get_title() { /* translators: Store name */ return sprintf( __( 'You created %s', 'woocommerce' ), get_bloginfo( 'name' ) ); }