jetpack_sync_send_data, $items_to_send, $this->codec->name(
jetpack_sync_send_data, $items_to_send, $this->codec->name(
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_sync_send_data, $items_to_send, $this->codec->name(') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/class-sender.php line 656
* @param float $preprocess_duration The duration of the pre-process operation. * @param int $queue_size The size of the sync queue at the time of processing. */ Settings::set_is_sending( true ); $processed_item_ids = apply_filters( 'jetpack_sync_send_data', $items_to_send, $this->codec->name(), microtime( true ), $queue->id, $checkout_duration, $preprocess_duration, $queue->size(), $buffer->id ); Settings::set_is_sending( false ); } else { $processed_item_ids = $skipped_items_ids; $skipped_items_ids = array(); }