[ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
Upgrader API: Plugin_Installer_Skin class
File Size: | 349 lines (12 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Plugin_Installer_Skin:: (5 methods):
__construct()
before()
hide_process_failed()
after()
do_overwrite()
Class: Plugin_Installer_Skin - X-Ref
Plugin Installer Skin for WordPress Plugin Installer.__construct( $args = array() X-Ref |
param: array $args |
before() X-Ref |
Action to perform before installing a plugin. since: 2.8.0 |
hide_process_failed( $wp_error ) X-Ref |
Hides the `process_failed` error when updating a plugin by uploading a zip file. return: bool param: WP_Error $wp_error WP_Error object. since: 5.5.0 |
after() X-Ref |
Action to perform following a plugin install. since: 2.8.0 |
do_overwrite() X-Ref |
Check if the plugin can be overwritten and output the HTML for overwriting a plugin on upload. return: bool Whether the plugin can be overwritten and HTML was outputted. since: 5.5.0 |
Generated: Thu Nov 21 01:00:03 2024 | Cross-referenced by PHPXref 0.7.1 |