Skip to content

Instantly share code, notes, and snippets.

@rfmeier
Created April 27, 2022 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rfmeier/717743fd304cfc3c5ef6d0dbab6459d6 to your computer and use it in GitHub Desktop.
Save rfmeier/717743fd304cfc3c5ef6d0dbab6459d6 to your computer and use it in GitHub Desktop.
Formatted response for WP_Error
{
"success": false,
"data": {
"name": [
"Name is required",
"A second Name error message",
"A third Name error message"
],
"email": [
"Email is required"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment