\MainWP\DashboardMainWP_Manage_Sites_Update_View

Class MainWP_Manage_Sites_Update_View

Summary

Methods
Properties
Constants
render_updates()
render_individual_updates()
get_total_info()
render_wpcore_updates()
render_plugins_updates()
hook_table_update_plugins_header_content()
hook_table_update_themes_header_content()
render_themes_updates()
render_language_updates()
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

render_updates()

render_updates(mixed  $website) : self

Method render_updates()

If empty do nothing else grab the Child Sites ID and pass it to method render_individual_updates().

Parameters

mixed $website

Child Site Info.

Returns

self —

render_individual_updates()

render_individual_updates()

render_individual_updates(mixed  $id) 

Method render_individual_updates()

Render Plugin updates Tab.

Parameters

mixed $id

Child Site ID.

get_total_info()

get_total_info(mixed  $site_id) 

Method get_total_info()

Get total Updates information.

Parameters

mixed $site_id

Child Site id.

render_wpcore_updates()

render_wpcore_updates(mixed  $website, mixed  $active_tab) 

Method render_wpcore_updates()

Render the WordPress Updates Tab.

Parameters

mixed $website

Child Site info.

mixed $active_tab

Current active tab.

render_plugins_updates()

render_plugins_updates(mixed  $website, mixed  $active_tab, mixed  $userExtension) 

Method render_plugins_updates()

Render the Plugin Updates Tab.

Parameters

mixed $website

Child Site info.

mixed $active_tab

Current active tab.

mixed $userExtension

MainWP trusted plugin data.

hook_table_update_plugins_header_content()

hook_table_update_plugins_header_content(string  $column_display_name, mixed  $column_key, boolean  $top) 

Method hook_table_update_plugins_header_content()

Hook render the column header updates table.

Parameters

string $column_display_name

column display name.

mixed $column_key

column key.

boolean $top

Top or bottom header.

hook_table_update_themes_header_content()

hook_table_update_themes_header_content(string  $column_display_name, mixed  $column_key, boolean  $top) 

Method hook_table_update_themes_header_content()

Hook render the column header updates table.

Parameters

string $column_display_name

column display name.

mixed $column_key

column key.

boolean $top

Top or bottom header.

render_themes_updates()

render_themes_updates(mixed  $website, mixed  $active_tab, mixed  $userExtension) 

Method render_themes_updates()

Render the Themes Updates Tab.

Parameters

mixed $website

Child Site info.

mixed $active_tab

Current active tab.

mixed $userExtension

MainWP trusted themes data.

render_language_updates()

render_language_updates(mixed  $website, mixed  $active_tab) 

Method render_language_updates()

Render the Language Updates Tab.

Parameters

mixed $website

Child Site info.

mixed $active_tab

Current active tab.

render_abandoned_plugins()

render_abandoned_plugins(mixed  $website, mixed  $active_tab, mixed  $userExtension) 

Method render_abandoned_plugins()

Render the Abandoned Plugin Tab.

Parameters

mixed $website

Child Site info.

mixed $active_tab

Current active tab.

mixed $userExtension

MainWP trusted plugin data.

render_abandoned_themes()

render_abandoned_themes(mixed  $website, mixed  $active_tab, mixed  $userExtension) 

Method render_abandoned_themes()

Render the Abandoned Themes tab.

Parameters

mixed $website

Child Site info.

mixed $active_tab

Current active tab.

mixed $userExtension

MainWP trusted themes data.