Automatic_Upgrader_Skin::get_upgrade_messages() WordPress Method

The Automatic_Upgrader_Skin::get_upgrade_messages() method is used to get the upgrade messages for the WordPress Automatic Upgrade process. This method is used to display messages for the user during the upgrade process.

Automatic_Upgrader_Skin::get_upgrade_messages() #

Retrieves the upgrade messages.


Return

(string[]) Messages during an upgrade.


Top ↑

Source

File: wp-admin/includes/class-automatic-upgrader-skin.php

	public function get_upgrade_messages() {
		return $this->messages;
	}

Top ↑

Changelog

Changelog
VersionDescription
3.7.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.