jetpack_sync_multi_request_fail, $token

jetpack_sync_multi_request_fail, $token

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_sync_multi_request_fail, $token') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/class-server.php line 144
    			 * @since-jetpack 4.2.0
    			 *
    			 * @param object|null $token The token object of the misbehaving site
    			 */
    			do_action( 'jetpack_sync_multi_request_fail', $token );
    
    			return new WP_Error( 'concurrent_request_error', 'There is another request running for the same blog ID' );
    		}
    
    		$events           = wp_unslash( array_map( array( $this->codec, 'decode' ), $data ) );
    		$events_processed = array();