Changes between Initial Version and Version 1 of Ticket #6814, comment 23
- Timestamp:
- 05/24/2019 06:20:58 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6814, comment 23
initial v1 1 1 Update: postmeta is better than an option 2 3 Update2: 4 {{{#!php 5 if( $this->init( $thumbs_later->post_id ) ) { 6 delete_post_meta( $thumbs_later->post_id, $this->thumbslaterkey ); 7 } 8 }}} 9 10 11 might need an else to delete the meta key (when errors) else you will keep looping over the very same IDs over and over again due to them beeing in error.