Changes between Initial Version and Version 1 of Ticket #32352, comment 4
- Timestamp:
- 07/20/2015 06:06:49 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32352, comment 4
initial v1 1 I 'mdon't think the proposal here is something we want to / should do.1 I don't think the proposal here is something we want to / should do. 2 2 3 3 In all cases where we insert data to the database, we should be looking at the return value to determine if it succeeded, and if not, to take appropriate action (ie. `return WP_Error()`, redirect, or `wp_die()`) before continuing with any processing.