get_class_name()
get_class_name() : object
Method get_class_name()
Get Class Name.
Returns
object —class name.
Class MainWP_Updates_Per_Item.
render_plugins_updates(object $websites, integer $total_plugin_upgrades, mixed $userExtension, array $allPlugins, array $pluginsInfo, array $trustedPlugins)
Method render_plugins_updates()
Render Plugins updates
object | $websites | the websites. |
integer | $total_plugin_upgrades | total plugin updates. |
mixed | $userExtension | user extension. |
array | $allPlugins | all plugins. |
array | $pluginsInfo | pugins information. |
array | $trustedPlugins | trusted plugins. |
render_themes_updates(object $websites, integer $total_theme_upgrades, mixed $userExtension, array $allThemes, array $themesInfo, array $trustedThemes)
Method render_themes_updates()
Render themes updates
object | $websites | the websites. |
integer | $total_theme_upgrades | total themes updates. |
mixed | $userExtension | user extension. |
array | $allThemes | all themes. |
array | $themesInfo | themes information. |
array | $trustedThemes | trusted themes. |
render_trans_update(object $websites, integer $total_translation_upgrades, mixed $userExtension, array $allTranslations, array $translationsInfo)
Method render_trans_update()
Render translations updates
object | $websites | the websites. |
integer | $total_translation_upgrades | total translation updates. |
mixed | $userExtension | user extension. |
array | $allTranslations | all translations. |
array | $translationsInfo | translations information. |
render_abandoned_plugins(object $websites, array $allPluginsOutdate, array $decodedDismissedPlugins)
Method render_abandoned_plugins()
Render abandoned plugins
object | $websites | the websites. |
array | $allPluginsOutdate | all abandoned plugins. |
array | $decodedDismissedPlugins | all dismissed abandoned plugins. |
Error message.
render_abandoned_themes(object $websites, array $allThemesOutdate, array $decodedDismissedThemes)
Method render_abandoned_themes()
Render abandoned themes
object | $websites | the websites. |
array | $allThemesOutdate | all abandoned themes. |
array | $decodedDismissedThemes | all dismissed abandoned themes. |