jetpack_pre_plugin_upgrade_translations, $plugin, $this->plugins, $update_attempted
jetpack_pre_plugin_upgrade_translations, $plugin, $this->plugins, $update_attempted
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_pre_plugin_upgrade_translations, $plugin, $this->plugins, $update_attempted') is found 1 times:
- /json-endpoints/jetpack/class.jetpack-json-api-plugins-modify-endpoint.php line 535
* @param array $plugin Plugin data * @param array $plugin Array of plugin objects * @param bool $update_attempted false for the first update, true subsequently */ do_action( 'jetpack_pre_plugin_upgrade_translations', $plugin, $this->plugins, $update_attempted ); $update_attempted = true; $skin = new Automatic_Upgrader_Skin(); $upgrader = new Language_Pack_Upgrader( $skin ); $upgrader->init();