[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Upgrader API: Automatic_Upgrader_Skin class
File Size: | 135 lines (4 kb) |
Included or required: | 2 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Automatic_Upgrader_Skin:: (5 methods):
request_filesystem_credentials()
get_upgrade_messages()
feedback()
header()
footer()
Class: Automatic_Upgrader_Skin - X-Ref
Upgrader Skin for Automatic WordPress Upgrades.request_filesystem_credentials( $error = false, $context = '', $allow_relaxed_file_ownership = false ) X-Ref |
Determines whether the upgrader needs FTP/SSH details in order to connect to the filesystem. param: bool|WP_Error $error Optional. Whether the current request has failed to connect, param: string $context Optional. Full path to the directory that is tested param: bool $allow_relaxed_file_ownership Optional. Whether to allow Group/World writable. Default false. return: bool True on success, false on failure. |
get_upgrade_messages() X-Ref |
Retrieves the upgrade messages. return: string[] Messages during an upgrade. |
feedback( $feedback, ...$args ) X-Ref |
Stores a message about the upgrade. param: string|array|WP_Error $feedback Message data. param: mixed ...$args Optional text replacements. |
header() X-Ref |
Creates a new output buffer. |
footer() X-Ref |
Retrieves the buffered content, deletes the buffer, and processes the output. |
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |