jetpack_sync_core_autoupdated_successfully, $new_wp_version, $this->old_wp_version

jetpack_sync_core_autoupdated_successfully, $new_wp_version, $this->old_wp_version

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_sync_core_autoupdated_successfully, $new_wp_version, $this->old_wp_version') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php line 207
    			 *
    			 * @param string $new_wp_version the updated WordPress version
    			 * @param string $old_wp_version the previous WordPress version
    			 */
    			do_action( 'jetpack_sync_core_autoupdated_successfully', $new_wp_version, $this->old_wp_version );
    			return;
    		}
    		/**
    		 * Sync event that fires when core update was successful
    		 *
    		 * @since 1.6.3