Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #29107, comment 10


Ignore:
Timestamp:
07/11/2019 09:44:30 PM (7 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29107, comment 10

    initial v1  
    77Is that enough in the wild for core to provide a helper function (like `queue_rewrite_rule_updates()` or something) that everyone can change to using instead of incorrectly deleting the option and causing this extra query to reappear?
    88
    9 Or... instead of caring if the option is empty vs. missing, is there a different approach core can take to tuck this concern under the rug, and internally add `rewrite_rules` to the `nooptions` array before it's queried independently, or something less sinister?
     9Or... instead of caring if the option is empty vs. missing, is there a different approach core can take to tuck this concern under the rug, and internally add `rewrite_rules` to the `notoptions` array before it's queried independently, or something less sinister?