| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Upgrader API: WP_Ajax_Upgrader_Skin class
| File Size: | 159 lines (4 kb) |
| Included or required: | 2 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
WP_Ajax_Upgrader_Skin:: (5 methods):
__construct()
get_errors()
get_error_messages()
error()
feedback()
Class: WP_Ajax_Upgrader_Skin - X-Ref
Upgrader Skin for Ajax WordPress upgrades.| __construct( $args = array() X-Ref |
| Constructor. Sets up the WordPress Ajax upgrader skin. param: array $args Optional. The WordPress Ajax upgrader skin arguments to |
| get_errors() X-Ref |
| Retrieves the list of errors. return: WP_Error Errors during an upgrade. |
| get_error_messages() X-Ref |
| Retrieves a string for error messages. return: string Error messages during an upgrade. |
| error( $errors, ...$args ) X-Ref |
| Stores an error message about the upgrade. param: string|WP_Error $errors Errors. param: mixed ...$args Optional text replacements. |
| 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. |
| Generated : Wed Oct 29 08:20:06 2025 | Cross-referenced by PHPXref |