Changes between Initial Version and Version 1 of Ticket #59847, comment 22
- Timestamp:
- 11/08/2023 11:33:45 PM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59847, comment 22
initial v1 1 @joemcgill That does seem to t ack as a possible solution.1 @joemcgill That does seem to track as a possible solution. 2 2 3 3 A local bypass I've been able to validate is to call the global variable in my plugin and run a comparison against what I'm expecting. If the values do not match, I'm simply redefining the global. I don't like this solution but it's working as a temporary option that's within my control on the plugin side of things. I'd rather wp hooks just work as expected, lol.