wp-admin/includes/class-wp-upgrader-skin.php


Lines:

1 to 29 of 29
<?php

/**
 * Upgrader API: WP_Upgrader_Skin class
 *
 * @package WordPress
 * @subpackage Upgrader
 * @since 4.6.0
 */

#[AllowDynamicProperties]
/* class WP_Upgrader_Skin */
/* function WP_Upgrader_Skin::__construct() – */
/* function WP_Upgrader_Skin::set_upgrader() – */
/* function WP_Upgrader_Skin::add_strings() – */
/* function WP_Upgrader_Skin::set_result() – Sets the result of an upgrade. */
/* function WP_Upgrader_Skin::request_filesystem_credentials() – Displays a form to the user to request for their FTP/SSH details in order
to connect to the filesystem. */
/* function WP_Upgrader_Skin::header() – */
/* function WP_Upgrader_Skin::footer() – */
/* function WP_Upgrader_Skin::error() – */
/* function WP_Upgrader_Skin::feedback() – */
/* function WP_Upgrader_Skin::before() – */
/* function WP_Upgrader_Skin::after() – */
/* function WP_Upgrader_Skin::decrement_update_count() – Output JavaScript that calls function to decrement the update counts. */
/* function WP_Upgrader_Skin::bulk_header() – */
/* function WP_Upgrader_Skin::bulk_footer() – */
/* function WP_Upgrader_Skin::hide_process_failed() – Hides the `process_failed` error message when updating by uploading a zip file. */
 

 View on GitHub View on Trac

Called by

    Invoked by

      Calls

      Call hooks

      API Letters: ,,,