Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #21989, comment 32


Ignore:
Timestamp:
11/26/2022 10:46:12 PM (2 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21989, comment 32

    initial v1  
    1 Curious, in `add_option()`, what if we wrap this line[https://github.com/WordPress/wordpress-develop/blob/6.1/src/wp-includes/option.php#L638 this line] with a check on `did_filter` for the option?
     1Curious, in `add_option()`, what if we wrap [https://github.com/WordPress/wordpress-develop/blob/6.1/src/wp-includes/option.php#L638 this line] with a check on `did_filter` for the option?
    22
    33{{{#!php