\MainWP\Dashboard\Module\LogLog_Clients_Widget

Class Log_Clients_Widget

Displays the Logs info.

Summary

Methods
Properties
Constants
instance()
get_class_name()
render()
render_widget()
render_widget_content()
No public properties found
No constants found
No protected methods found
$instance
N/A
No private methods found
No private properties found
N/A

Properties

$instance

$instance : mixed

Protected static variable to hold the single instance of the class.

Type

mixed — Default null

Methods

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.