Changes between Initial Version and Version 1 of Ticket #21989, comment 32
- Timestamp:
- 11/26/2022 10:46:12 PM (2 years ago)
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?1 Curious, 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? 2 2 3 3 {{{#!php