wpseek.com
A WordPress-centric search engine for devs and theme authors
manage_{$this->screen->id}_custom_column › WordPress Action Hooks
Since5.7.0
Deprecatedn/a
› do_action( "manage_{$this->screen->id}_custom_column", $column_name, $item )
Parameters: (2) |
|
Defined at: | |
Codex: |
Fires for each custom column of a specific request type in the Privacy Requests list table.
Custom columns are registered using the {@see 'manage_export-personal-data_columns'} and the {@see 'manage_erase-personal-data_columns'} filters.
The dynamic portion of the hook name, $this->screen->id
, refers to the ID given to the list table
according to which screen it's displayed on.
Possible hook names include:
manage_export-personal-data_custom_column
manage_erase-personal-data_custom_column
Related Functions: get_hidden_columns, get_screen_icon, remove_custom_background, add_custom_background, maybe_drop_column