jetpack_sync_checksum, $store->checksum_all(

jetpack_sync_checksum, $store->checksum_all(

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_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