[ad_1]
There is a problem with the site health check after installing the plug-in.
- The session_start() function call generates a PHP session. This session interferes with REST API and loopback requests. The session must be closed by the session_write_close() function before any HTTP requests are made.
2. The REST API is a way for WordPress and other applications to communicate with the server. For example, the block editor page relies on the REST API to display and save your pages and posts.
While testing the REST API, an error occurred:
REST API endpoint: https://example.xyz/wp-json/wp/v2/types/post?context=edit
REST API response: (http_request_failed) cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received
