$instance $instance : mixed Protected static variable to hold the single instance of the class. Type mixed — Default null
instance() instance() : mixed Return the single instance of the class. Returns mixed — $instance The single instance of the class.
get_class_name() get_class_name() : string Method get_class_name() Returns string — CLASS Class name.
render() render(array ...$args) : mixed Method render() Parameters array $args variadic Widget callback args. Returns mixed — render_site_info()
render_widget() render_widget(array $args) Render client overview Info. Parameters array $args Args data.
render_widget_content() render_widget_content(array $data, array $prev_data) Method render_widget_content() Parameters array $data Stats data. array $prev_data Previous stats data.