Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
Appearance::get_content
Content.
Method of the class: Appearance{}
No Hooks.
Returns
String
.
Usage
$Appearance = new Appearance(); $Appearance->get_content();
Appearance::get_content() Appearance::get content code WC 9.9.5
public function get_content() { return __( "Choose a theme that best fits your brand's look and feel, then make it your own. Change the colors, add your logo, and create pages.", 'woocommerce' ); }