jetpack_sync_core_updated_successfully, $new_wp_version, $this->old_wp_version
jetpack_sync_core_updated_successfully, $new_wp_version, $this->old_wp_version
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_sync_core_updated_successfully, $new_wp_version, $this->old_wp_version') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php line 219
* * @param string $new_wp_version the updated WordPress version * @param string $old_wp_version the previous WordPress version */ do_action( 'jetpack_sync_core_updated_successfully', $new_wp_version, $this->old_wp_version ); } /** * Retrieve the checksum for an update. * * @access public