$user_can_ignore_updates
$user_can_ignore_updates : boolean
User can ignore updates.
Class MainWP_Updates
render_wp_update_tab(object $websites, integer $total_wp_upgrades, array $all_groups_sites, array $all_groups, integer $site_offset_for_groups, string $site_view)
Render WP updates tab.
object | $websites | Object containing child sites info. |
integer | $total_wp_upgrades | Number of available WP upates. |
array | $all_groups_sites | Array containing all groups and sites. |
array | $all_groups | Array containing all groups. |
integer | $site_offset_for_groups | Offset value. |
string | $site_view | Current view. |
render_plugins_update_tab(object $websites, integer $total_plugin_upgrades, object $userExtension, array $all_groups_sites, array $all_groups, array $allPlugins, array $pluginsInfo, integer $site_offset_for_groups, string $site_view)
Renders WP updates tab.
object | $websites | Object containing child sites info. |
integer | $total_plugin_upgrades | Number of available plugin updates. |
object | $userExtension | User extension. |
array | $all_groups_sites | Array of all groups and sites. |
array | $all_groups | Array of all groups. |
array | $allPlugins | Array of all plugins. |
array | $pluginsInfo | Array of all plugins info. |
integer | $site_offset_for_groups | Offset value. |
string | $site_view | Current view. |
render_themes_update_tab(object $websites, integer $total_theme_upgrades, object $userExtension, array $all_groups_sites, array $all_groups, array $allThemes, array $themesInfo, integer $site_offset_for_groups, string $site_view)
Renders theme update tab.
object | $websites | Object containing child sites info. |
integer | $total_theme_upgrades | Number of available theme updates. |
object | $userExtension | User extension. |
array | $all_groups_sites | Array of all groups and sites. |
array | $all_groups | Array of all groups. |
array | $allThemes | Array of all themes. |
array | $themesInfo | Array of all themes info. |
integer | $site_offset_for_groups | Offset value. |
string | $site_view | Current view. |
render_trans_update_tab(object $websites, integer $total_translation_upgrades, object $userExtension, array $all_groups_sites, array $all_groups, array $allTranslations, array $translationsInfo, boolean $mainwp_show_language_updates, integer $site_offset_for_groups, string $site_view)
Renders translations update tab.
object | $websites | Object containing child sites info. |
integer | $total_translation_upgrades | Number of available translation updates. |
object | $userExtension | User extension. |
array | $all_groups_sites | Array of all groups and sites. |
array | $all_groups | Array of all groups. |
array | $allTranslations | Array of all translations. |
array | $translationsInfo | Array of all translations info. |
boolean | $mainwp_show_language_updates | Either or not show language updates. |
integer | $site_offset_for_groups | Offset value. |
string | $site_view | Current Site view. |
render_abandoned_plugins_tab(object $websites, array $all_groups_sites, array $all_groups, array $allPluginsOutdate, array $decodedDismissedPlugins, integer $site_offset_for_groups, string $site_view)
Renders abandoned plugins tab.
object | $websites | Object containing child sites info. |
array | $all_groups_sites | Array of all groups and sites. |
array | $all_groups | Array of all groups. |
array | $allPluginsOutdate | Array of all abandoned plugins. |
array | $decodedDismissedPlugins | Array of dismissed abandoned plugins. |
integer | $site_offset_for_groups | Offset value. |
string | $site_view | Current site view. |
render_abandoned_themes_tab(object $websites, array $all_groups_sites, array $all_groups, array $allThemesOutdate, array $decodedDismissedThemes, integer $site_offset_for_groups, string $site_view)
Renders abandoned themes tab.
object | $websites | Object containing child sites info. |
array | $all_groups_sites | Array of all groups and sites. |
array | $all_groups | Array of all groups. |
array | $allThemesOutdate | Array of all abandoned plugins. |
array | $decodedDismissedThemes | Array of dismissed abandoned plugins. |
integer | $site_offset_for_groups | Offset value. |
string | $site_view | Current site view. |
render_header_tabs(boolean $show_language_updates, string $current_tab, integer $total_wp_upgrades, integer $total_plugin_upgrades, integer $total_theme_upgrades, integer $total_translation_upgrades, integer $total_plugins_outdate, integer $total_themes_outdate, string $site_view)
Renders header tabs
boolean | $show_language_updates | show language update. |
string | $current_tab | current tab. |
integer | $total_wp_upgrades | total WP update. |
integer | $total_plugin_upgrades | total plugins update. |
integer | $total_theme_upgrades | total themes update. |
integer | $total_translation_upgrades | total translation update. |
integer | $total_plugins_outdate | total plugins outdate. |
integer | $total_themes_outdate | total theme outdate. |
string | $site_view | current site view. |