Please help me out on urgent basis.
Code on “rest-api.php on line 623” is,
622 foreach ( $handler->get_routes() as $route => $endpoints ) {
623 $match = preg_match( ‘@^’ . $route . ‘$@i’, $request->get_route(), $matches );
624
625 if ( ! $match ) {
626 continue;
627 }
Please help.