Fires when the upgrader has successfully overwritten a currently installed plugin or theme with an uploaded zip package.
Parameters
$package
string- The package file.
$data
array- The new plugin or theme data.
$package_type
string- The package type (
'plugin'
or'theme'
).
Source
do_action( 'upgrader_overwrote_package', $package, $this->new_plugin_data, 'plugin' );
Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.