Changes between Initial Version and Version 1 of Ticket #41235, comment 2
- Timestamp:
- 07/05/2017 12:14:33 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41235, comment 2
initial v1 1 Yes. I saw the existing {{{current_screen}}} hook. However that would also need extra logic in code hooked into it to have code run on a specific screen. So this is a new {{{ current_screen_{$screen_id} }}} action1 Yes. I saw the existing {{{current_screen}}} hook. However that would also need extra logic in code hooked into it to have code run on a specific screen. So this is a new {{{ load_screen_{$screen_id} }}} action 2 2 3 3 Perhaps the code to set up this new action could be hooked into the existing {{{ current_screen }}} action?