[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

Upgrader API: WP_Upgrader_Skin class

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

Defines 1 class

WP_Upgrader_Skin:: (15 methods):
  __construct()
  set_upgrader()
  add_strings()
  set_result()
  request_filesystem_credentials()
  header()
  footer()
  error()
  feedback()
  before()
  after()
  decrement_update_count()
  bulk_header()
  bulk_footer()
  hide_process_failed()


Class: WP_Upgrader_Skin  - X-Ref

Generic Skin for the WordPress Upgrader classes. This skin is designed to be extended for specific purposes.

__construct( $args = array()   X-Ref
Constructor.

Sets up the generic skin for the WordPress Upgrader classes.

param: array $args Optional. The WordPress upgrader skin arguments to

set_upgrader( &$upgrader )   X-Ref

param: WP_Upgrader $upgrader

add_strings()   X-Ref


set_result( $result )   X-Ref
Sets the result of an upgrade.

param: string|bool|WP_Error $result The result of an upgrade.

request_filesystem_credentials( $error = false, $context = '', $allow_relaxed_file_ownership = false )   X-Ref
Displays a form to the user to request for their FTP/SSH details in order
to connect to the filesystem.

param: bool|WP_Error $error                        Optional. Whether the current request has failed to connect,
param: string        $context                      Optional. Full path to the directory that is tested
param: bool          $allow_relaxed_file_ownership Optional. Whether to allow Group/World writable. Default false.
return: bool True on success, false on failure.

header()   X-Ref


footer()   X-Ref


error( $errors )   X-Ref

param: string|WP_Error $errors Errors.

feedback( $feedback, ...$args )   X-Ref

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

before()   X-Ref
Performs an action before an update.


after()   X-Ref
Performs and action following an update.


decrement_update_count( $type )   X-Ref
Outputs JavaScript that calls function to decrement the update counts.

param: string $type Type of update count to decrement. Likely values include 'plugin',

bulk_header()   X-Ref


bulk_footer()   X-Ref


hide_process_failed( $wp_error )   X-Ref
Hides the `process_failed` error message when updating by uploading a zip file.

param: WP_Error $wp_error WP_Error object.
return: bool True if the error should be hidden, false otherwise.



Generated : Fri Apr 19 08:20:01 2024 Cross-referenced by PHPXref