$subPages
$subPages : array
Public static varable to hold Subpages information.
Class MainWP_User
render_table(boolean $cached = true, string $role = '', string $groups = '', string $sites = '', null $search = null, mixed $clients = '')
Renders Users Table.
| boolean | $cached | true|false Cached or not. |
| string | $role | Current user role. |
| string | $groups | Current user groups. |
| string | $sites | Current Child Sites the user is on. |
| null | $search | Search field. |
| mixed | $clients | Current Clients's Sites the user is on. |
render_table_body(string $role = '', string $groups = '', string $sites = '', string $search = '', mixed $clients = '')
Renders the table body.
| string | $role | User Role. |
| string | $groups | Usr Group. |
| string | $sites | Users Sites. |
| string | $search | Search field. |
| mixed | $clients | Current Clients's Sites the user is on. |