Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
CustomizeStore::get_content
Content.
Method of the class: CustomizeStore{}
No Hooks.
Returns
String.
Usage
$CustomizeStore = new CustomizeStore(); $CustomizeStore->get_content();
CustomizeStore::get_content() CustomizeStore::get content code WC 10.5.0
public function get_content() {
return '';
}