jetpack_sync_checksum, $store->checksum_all(
jetpack_sync_checksum, $store->checksum_all(
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_sync_checksum, $store->checksum_all(') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/class-sender.php line 852
* @access public */ public function send_checksum() { $store = new Replicastore(); do_action( 'jetpack_sync_checksum', $store->checksum_all() ); } /** * Reset the incremental sync queue. * * @access public