get_class_name()
get_class_name() : string
Method get_class_name()
Returns
string —CLASS Class Name
Class MainWP_Connection_Status
Build the Connection Status Widget.
render_all_item(mixed $website, mixed $lastSyncTime, mixed $md5Connection, mixed $output_md5, mixed $hasSyncErrors)
Render all items list.
mixed | $website | Website Info. |
mixed | $lastSyncTime | Last time the Child Site was synced to. |
mixed | $md5Connection | md5 Connection. |
mixed | $output_md5 | md5 decoded output. |
mixed | $hasSyncErrors | Collected errors. |
render_up_item(object $website, string $lastSyncTime, boolean $md5Connection, string $output_md5)
Render Connected Sites List.
object | $website | Object containing the child site info. |
string | $lastSyncTime | Last time the Child Site was synced to. |
boolean | $md5Connection | MD5 connection. |
string | $output_md5 | MD5 decoded output. |
render_down_item(object $website, string $lastSyncTime, boolean $md5Connection, string $output_md5)
Render Disconected Sites List.
object | $website | Object containing the child site info. |
string | $lastSyncTime | Last time the Child Site was synced to. |
boolean | $md5Connection | MD5 connection. |
string | $output_md5 | MD5 decoded output. |