WooCommerce Code Reference

WC_Admin_Dashboard_Setup
in package

WC_Admin_Dashboard_Setup Class.

Table of Contents

$completed_tasks_count  : int
# of completed tasks.
$initalized  : mixed
Check for task list initialization.
$task_list  : mixed
The task list.
$tasks  : mixed
The tasks.
__construct()  : mixed
WC_Admin_Dashboard_Setup constructor.
get_button_link()  : string
Get the button link for a given task.
get_completed_tasks_count()  : int
Return # of completed tasks
get_task_list()  : array<string|int, mixed>
Get the task list.
get_tasks()  : array<string|int, mixed>
Get the tasks.
render()  : mixed
Render meta box output.
set_task_list()  : mixed
Set the task list.
should_display_widget()  : bool
Check to see if we should display the widget
get_next_task()  : array<string|int, mixed>|null
Get the next task.

Properties

Methods