get_class_name()
get_class_name() : object
Method get_class_name()
Get Class Name.
Class MainWP_Updates_Per_Group
render_wpcore_updates(object $websites, integer $total_wp_upgrades, array $all_groups_sites, array $all_groups, integer $site_offset_for_groups)
Method render_wpcore_updates()
Render WP core updates
| object | $websites | the websites. |
| integer | $total_wp_upgrades | total update. |
| array | $all_groups_sites | all groups of sites. |
| array | $all_groups | all groups. |
| integer | $site_offset_for_groups | offset value. |
render_plugins_updates(object $websites, integer $total_plugin_upgrades, mixed $userExtension, array $all_groups_sites, array $all_groups, integer $site_offset_for_groups, array $trustedPlugins)
Method render_plugins_updates()
Render Plugins updates
| object | $websites | the websites. |
| integer | $total_plugin_upgrades | total plugin updates. |
| mixed | $userExtension | The user extension. |
| array | $all_groups_sites | all groups of sites. |
| array | $all_groups | all groups. |
| integer | $site_offset_for_groups | offset value. |
| array | $trustedPlugins | all plugins trusted by user. |
render_themes_updates(object $websites, integer $total_theme_upgrades, mixed $userExtension, array $all_groups_sites, array $all_groups, integer $site_offset_for_groups, array $trustedThemes)
Method render_themes_updates()
Render themes updates
| object | $websites | the websites. |
| integer | $total_theme_upgrades | total themes updates. |
| mixed | $userExtension | The user extension. |
| array | $all_groups_sites | all groups of sites. |
| array | $all_groups | all groups. |
| integer | $site_offset_for_groups | offset value. |
| array | $trustedThemes | all themes trusted by user. |
render_trans_update(object $websites, integer $total_translation_upgrades, array $all_groups_sites, array $all_groups, integer $site_offset_for_groups)
Method render_trans_update()
Render translations updates
| object | $websites | the websites. |
| integer | $total_translation_upgrades | total translation updates. |
| array | $all_groups_sites | all groups of sites. |
| array | $all_groups | all groups. |
| integer | $site_offset_for_groups | offset value. |
render_abandoned_plugins(object $websites, array $all_groups_sites, array $all_groups, integer $site_offset_for_groups, array $decodedDismissedPlugins)
Method render_abandoned_plugins()
Render abandoned plugins
| object | $websites | the websites. |
| array | $all_groups_sites | all groups of sites. |
| array | $all_groups | all groups. |
| integer | $site_offset_for_groups | offset value. |
| array | $decodedDismissedPlugins | all dismissed plugins. |
Error message.
render_abandoned_themes(object $websites, array $all_groups_sites, array $all_groups, integer $site_offset_for_groups, array $decodedDismissedThemes)
Method render_abandoned_themes()
Render abandoned themes
| object | $websites | the websites. |
| array | $all_groups_sites | all groups of sites. |
| array | $all_groups | all groups. |
| integer | $site_offset_for_groups | offset value. |
| array | $decodedDismissedThemes | all dismissed themes. |
Error message.