\MainWP\DashboardMainWP_Updates_Per_Group

Class MainWP_Updates_Per_Group

Summary

Methods
Properties
Constants
get_class_name()
render_wpcore_updates()
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

render_wpcore_updates()

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

Parameters

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

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

Parameters

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

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

Parameters

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

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

Parameters

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

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

Parameters

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.

Throws

\Exception

Error message.

render_abandoned_themes()

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

Parameters

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.

Throws

\Exception

Error message.