\MainWP\DashboardMainWP_Updates_Per_Item

Class MainWP_Updates_Per_Item.

Summary

Methods
Properties
Constants
get_class_name()
render_plugins_updates()
render_themes_updates()
render_trans_update()
render_abandoned_plugins()
render_abandoned_themes()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

get_class_name()

get_class_name() : object

Method get_class_name()

Get Class Name.

Returns

object —

class name.

render_plugins_updates()

render_plugins_updates(object  $websites, integer  $total_plugin_upgrades, mixed  $userExtension, array  $allPlugins, array  $pluginsInfo, array  $trustedPlugins) 

Method render_plugins_updates()

Render Plugins updates

Parameters

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()

render_themes_updates(object  $websites, integer  $total_theme_upgrades, mixed  $userExtension, array  $allThemes, array  $themesInfo, array  $trustedThemes) 

Method render_themes_updates()

Render themes updates

Parameters

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()

render_trans_update(object  $websites, integer  $total_translation_upgrades, mixed  $userExtension, array  $allTranslations, array  $translationsInfo) 

Method render_trans_update()

Render translations updates

Parameters

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()

render_abandoned_plugins(object  $websites, array  $allPluginsOutdate, array  $decodedDismissedPlugins) 

Method render_abandoned_plugins()

Render abandoned plugins

Parameters

object $websites

the websites.

array $allPluginsOutdate

all abandoned plugins.

array $decodedDismissedPlugins

all dismissed abandoned plugins.

Throws

\Exception

Error message.

render_abandoned_themes()

render_abandoned_themes(object  $websites, array  $allThemesOutdate, array  $decodedDismissedThemes) 

Method render_abandoned_themes()

Render abandoned themes

Parameters

object $websites

the websites.

array $allThemesOutdate

all abandoned themes.

array $decodedDismissedThemes

all dismissed abandoned themes.