jetpack_sync_before_send_ . $item[0], $item[1], $item[2]
jetpack_sync_before_send_ . $item[0], $item[1], $item[2]
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_sync_before_send_ . $item[0], $item[1], $item[2]') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/class-sender.php line 560
* * @param array The action parameters * @param int The ID of the user who triggered the action */ $item[1] = apply_filters( 'jetpack_sync_before_send_' . $item[0], $item[1], $item[2] ); wp_suspend_cache_addition( false ); // Serialization usage can lead to empty, null or false action_name. Lets skip as there is no information to send. if ( empty( $item[0] ) || false === $item[1] ) { $skipped_items_ids[] = $key; continue; }