Changes between Version 1 and Version 2 of Ticket #43019, comment 13
- Timestamp:
- 10/28/2021 03:26:05 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43019, comment 13
v1 v2 48 48 Note: I didn't mention metadata or CPTs but the same changes apply. 49 49 Ref: https://core.trac.wordpress.org/browser/branches/5.8/src/wp-includes/meta.php#L103 50 In that case and elsewhere, there are already checks ($check var above the insert of meta data. A new feature like this shouldn't be redundant with existing features, and care should be taken to ensure Prepare statements, other filters, key generation, etc are still performed in the proper sequence.