Changes between Initial Version and Version 1 of Ticket #49518, comment 13
- Timestamp:
- 06/23/2020 09:12:30 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49518, comment 13
initial v1 4 4 Concatenated (dynamic?) filters and action strings seems to use "_" to connect to the variable part, except `manage_edit-${post_type}_columns`, where "edit-${post_type}" seems to be a special case inherited from `$current_screen`. 5 5 6 Normal examples: `option_{$option name}`, `pre_update_option_{$option name}`, ` pre_update_option_{$option name}` and `save_post_{$post->post_type}`.6 Normal examples: `option_{$option name}`, `pre_update_option_{$option name}`, `create_{$taxonomy}` and `save_post_{$post->post_type}`.