$subPages
$subPages : array
Subpages array.
Class MainWP_Themes_Page
render_table(string $keyword, string $status, array $groups, array $sites, mixed $not_criteria, mixed $clients = '') : mixed
Method render_table()
Render the Child Sites Bulk action & Sidebar Meta boxes.
string | $keyword | Search keyword parameter. |
string | $status | Search status parameter. |
array | $groups | Selected groups of child sites. |
array | $sites | Selected child sites. |
mixed | $not_criteria | Show not criteria result. |
mixed | $clients | Selected Clients. |
$result Errors|HTML.
render_manage_per_site_table(array $sites, array $themesName = array(), array $siteThemes = array(), string $themesSlug = array(), array $themesNameSites = array(), string $themesRealVersion = array())
Method render_manage_per_site_table()
Render the Manage Themes table
array | $sites | List of sites. |
array | $themesName | List of themes. |
array | $siteThemes | List of themes for the site. |
string | $themesSlug | List of theme slugs. |
array | $themesNameSites | Installed theme version. |
string | $themesRealVersion | Current theme version. |
render_manage_table(array $sites, array $themesName, array $siteThemes, string $themesSlug, array $themesNameSites, string $themesRealVersion)
Method render_manage_table()
Render the Manage Themes table
array | $sites | List of sites. |
array | $themesName | List of themes. |
array | $siteThemes | List of themes for the site. |
string | $themesSlug | List of theme slugs. |
array | $themesNameSites | Installed theme version. |
string | $themesRealVersion | Current theme version. |
render_all_themes_html(mixed $themes, mixed $search_status, mixed $trustedThemes, mixed $trustedThemesNotes, mixed $decodedIgnoredThemes)
Render all themes html.
mixed | $themes | Themes list. |
mixed | $search_status | Search status. |
mixed | $trustedThemes | Trusted themes. |
mixed | $trustedThemesNotes | Trusted themes notes. |
mixed | $decodedIgnoredThemes | Decoded ignored themes. |