Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #49518, comment 13


Ignore:
Timestamp:
06/23/2020 09:12:30 AM (5 years ago)
Author:
knutsp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49518, comment 13

    initial v1  
    44Concatenated (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`.
    55
    6 Normal examples: `option_{$option name}`, `pre_update_option_{$option name}`, `pre_update_option_{$option name}` and `save_post_{$post->post_type}`.
     6Normal examples: `option_{$option name}`, `pre_update_option_{$option name}`, `create_{$taxonomy}` and `save_post_{$post->post_type}`.