Automattic\WooCommerce\Admin\Features\OnboardingTasks
TaskList::get_sections
Deprecated since 7.2.0. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.
Get task list sections.
Method of the class: TaskList{}
No Hooks.
Returns
Array.
Usage
$TaskList = new TaskList(); $TaskList->get_sections();
Changelog
| Deprecated since | 7.2.0 |
TaskList::get_sections() TaskList::get sections code WC 10.8.1
public function get_sections() {
wc_deprecated_function( __CLASS__ . '::' . __FUNCTION__, '7.2.0' );
return $this->sections;
}