jetpack_full_sync_end, , $range
jetpack_full_sync_end, , $range
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_full_sync_end, , $range') is found 2 times:
- /jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php line 567
* @since 1.6.3 * @since-jetpack 4.2.0 * @since-jetpack 7.3.0 Added $range arg. */ do_action( 'jetpack_full_sync_end', '', $range ); // Setting autoload to true means that it's faster to check whether we should continue enqueuing. $this->update_status( array( 'finished' => time() ) ); } /**
- /jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php line 311
* * @param string $checksum Deprecated since 7.3.0 - @see https://github.com/Automattic/jetpack/pull/11945/ * @param array $range Range of the sync items, containing min and max IDs for some item types. */ do_action( 'jetpack_full_sync_end', '', $range ); // Setting autoload to true means that it's faster to check whether we should continue enqueuing. $this->update_status_option( 'queue_finished', time(), true ); } /**