One update i found on this issue.
This plugins is conflict with Elementor Pro plugins.
Please suggest any solutions. So that i can keep both the plugins.
Ok thank you. Issue resolved by myself.
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.