critical error
-
Everything is fine, but it causes a WordPress error
The PHP session was created by calling the function
session_start(). This prevents the REST API and loopback requests from working. The session must be closed by the functionsession_write_close()before making any HTTP requests.
You must be logged in to reply to this review.