Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #43019, comment 13


Ignore:
Timestamp:
10/28/2021 03:26:05 AM (2 years ago)
Author:
Starbuck
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43019, comment 13

    v1 v2  
    4848Note: I didn't mention metadata or CPTs but the same changes apply.
    4949Ref: https://core.trac.wordpress.org/browser/branches/5.8/src/wp-includes/meta.php#L103
     50In 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.