Fires for each custom column of a specific request type in the Requests list table.
Description
Custom columns are registered using the ‘manage_export-personal-data_columns’ and the ‘manage_erase-personal-data_columns’ filters.
Parameters
$column_name
string- The name of the column to display.
$item
WP_User_Request- The item being shown.
Source
do_action( "manage_{$this->screen->id}_custom_column", $column_name, $item );
Changelog
Version | Description |
---|---|
5.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.