jetpack_sync_send_data_query_args, $query_args

jetpack_sync_send_data_query_args, $query_args

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_sync_send_data_query_args, $query_args') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/class-actions.php line 476
    		 * @since-jetpack 4.7.0
    		 *
    		 * @param array $query_args associative array of query parameters.
    		 */
    		$query_args = apply_filters( 'jetpack_sync_send_data_query_args', $query_args );
    
    		$retry_after_header    = false;
    		$dedicated_sync_header = false;
    
    		// If REST API is enabled, use it.
    		if ( Settings::is_wpcom_rest_api_enabled() ) {