| [ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
Upgrader API: Bulk_Upgrader_Skin class
| File Size: | 181 lines (6 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Bulk_Upgrader_Skin:: (12 methods):
__construct()
add_strings()
feedback()
header()
footer()
error()
bulk_header()
bulk_footer()
before()
after()
reset()
flush_output()
Class: Bulk_Upgrader_Skin - X-Ref
Generic Bulk Upgrader Skin for WordPress Upgrades.| __construct( $args = array() X-Ref |
param: array $args |
| add_strings() X-Ref |
| No description |
| feedback( $feedback, ...$args ) X-Ref |
since: 5.9.0 Renamed `$string` (a PHP reserved keyword) to `$feedback` for PHP 8 named parameter support. param: string $feedback Message data. param: mixed ...$args Optional text replacements. |
| header() X-Ref |
| No description |
| footer() X-Ref |
| No description |
| error( $errors ) X-Ref |
since: 5.9.0 Renamed `$error` to `$errors` for PHP 8 named parameter support. param: string|WP_Error $errors Errors. |
| bulk_header() X-Ref |
| No description |
| bulk_footer() X-Ref |
| No description |
| before( $title = '' ) X-Ref |
param: string $title |
| after( $title = '' ) X-Ref |
param: string $title |
| reset() X-Ref |
| No description |
| flush_output() X-Ref |
| No description |
| Generated: Sat Nov 8 01:00:02 2025 | Cross-referenced by PHPXref 0.7.1 |