Core Class
View Source on Trac ↗
Core Class
Automatic_Upgrader_Skin
class Automatic_Upgrader_Skin
// Constructor: function Object() { [native code] } Upgrader Skin for Automatic WordPress Upgrades.
Methods 5 methods
| Method / Return | Description |
|---|---|
| request_filesystem_credentials() bool | Determines whether the upgrader needs FTP/SSH details in order to connect
Parameters: $error: mixed, $context: mixed, $allow_relaxed_file_ownership: mixed |
| get_upgrade_messages() string[] | Retrieves the upgrade messages. |
| feedback() void | Stores a message about the upgrade.
Parameters: $feedback: mixed, $args: mixed |
| header() void | Creates a new output buffer. |
| footer() void | Retrieves the buffered content, deletes the buffer, and processes the output. |
Properties
| Property / Type | Description |
|---|---|
| $messages mixed public | No description available. |
Class Information
Since Version
3.7.0
Source File
wp-admin/includes/class-automatic-upgrader-skin.php
Advertisement