WPDev.one
Core Class

Bulk_Upgrader_Skin

class Bulk_Upgrader_Skin // Constructor: function Object() { [native code] }

Generic Bulk Upgrader Skin for WordPress Upgrades.

Methods 12 methods

Method / Return Description
__construct()
void

Constructor.

Parameters: $args: mixed
add_strings()
void

Sets up the strings used in the update process.

feedback()
void

Displays a message about the update.

Parameters: $feedback: mixed, $args: mixed
header()
void

Displays the header before the update process.

footer()
void

Displays the footer following the update process.

error()
void

Displays an error message about the update.

Parameters: $errors: mixed
bulk_header()
void

Displays the header before the bulk update process.

bulk_footer()
void

Displays the footer following the bulk update process.

before()
void

Performs an action before a bulk update.

Parameters: $title: mixed
after()
void

Performs an action following a bulk update.

Parameters: $title: mixed
reset()
void

Resets the properties used in the update process.

flush_output()
void

Flushes all output buffers.

Properties

Property / Type Description
$in_loop
mixed
public
No description available.
$error
mixed
public
No description available.

Class Information

Since Version
3.0.0
Source File
wp-admin/includes/class-bulk-upgrader-skin.php
Advertisement