[ 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 |
param: string $feedback Message data. param: mixed ...$args Optional text replacements. since: 5.9.0 Renamed `$string` (a PHP reserved keyword) to `$feedback` for PHP 8 named parameter support. |
header() X-Ref |
No description |
footer() X-Ref |
No description |
error( $errors ) X-Ref |
param: string|WP_Error $errors Errors. since: 5.9.0 Renamed `$error` to `$errors` for PHP 8 named parameter support. |
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: Thu Nov 21 01:00:03 2024 | Cross-referenced by PHPXref 0.7.1 |