Automatic_Upgrader_Skin::get_upgrade_messages(): string[]

Retrieves the upgrade messages.


Return

string[] Messages during an upgrade.


Top ↑

Source

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

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

Top ↑

Changelog

Changelog
Version Description
3.7.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.