You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a API call is executed (functions in functions/apicalls.php) you recive a response. This can be the ID of the new record in the DB, number of changed posts etc. or null if an error occurred.
We should check if this value is numeric and build an error handling.
The text was updated successfully, but these errors were encountered:
When a API call is executed (functions in
functions/apicalls.php
) you recive a response. This can be the ID of the new record in the DB, number of changed posts etc. or null if an error occurred.We should check if this value is numeric and build an error handling.
The text was updated successfully, but these errors were encountered: