Fires when the upgrader process is complete.
See also ‘upgrader_package_options’.
$upgraderWP_Upgrader
$hook_extraarray
action string'update'.type string'plugin', 'theme', 'translation', or 'core'.bulk boolplugins arraythemes arraytranslations arraylanguage stringtype string'plugin', 'theme', or 'core'.slug string'default' for core translations.version stringThe upgrader_process_complete action hook is run when the download process for a plugin install or update finishes.
Use with caution: When you use the upgrader_process_complete action hook in your plugin and your plugin is the one which under upgrade, then this action will run the old version of your plugin.
do_action( 'upgrader_process_complete', $this, $options['hook_extra'] );
You must log in before being able to contribute a note or feedback.
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/upgrader_process_complete