Changeset 49788 for trunk/src/wp-admin/includes/class-plugin-upgrader.php
- Timestamp:
- 12/10/2020 11:36:11 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-plugin-upgrader.php
r49091 r49788 163 163 * @since 5.5.0 164 164 * 165 * @param string $package The package file.166 * @param array $ new_plugin_data The new plugindata.167 * @param string $package_type The package type (plugin or theme).165 * @param string $package The package file. 166 * @param array $data The new plugin or theme data. 167 * @param string $package_type The package type ('plugin' or 'theme'). 168 168 */ 169 169 do_action( 'upgrader_overwrote_package', $package, $this->new_plugin_data, 'plugin' );
Note: See TracChangeset
for help on using the changeset viewer.