[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-admin/includes/ -> class-bulk-upgrader-skin.php (summary)

Upgrader API: Bulk_Upgrader_Skin class

File Size: 239 lines (7 kb)
Included or required: 2 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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
Constructor.

Sets up the generic skin for the Bulk Upgrader classes.

param: array $args

add_strings()   X-Ref
Sets up the strings used in the update process.


feedback( $feedback, ...$args )   X-Ref
Displays a message about the update.

param: string $feedback Message data.
param: mixed  ...$args  Optional text replacements.

header()   X-Ref
Displays the header before the update process.


footer()   X-Ref
Displays the footer following the update process.


error( $errors )   X-Ref
Displays an error message about the update.

param: string|WP_Error $errors Errors.

bulk_header()   X-Ref
Displays the header before the bulk update process.


bulk_footer()   X-Ref
Displays the footer following the bulk update process.


before( $title = '' )   X-Ref
Performs an action before a bulk update.

param: string $title

after( $title = '' )   X-Ref
Performs an action following a bulk update.

param: string $title

reset()   X-Ref
Resets the properties used in the update process.


flush_output()   X-Ref
Flushes all output buffers.




Generated : Fri May 10 08:20:01 2024 Cross-referenced by PHPXref