W3cubDocs

/WordPress

do_action( “manage_{$this->screen->id}_custom_column”, string $column_name, WP_User_Request $item )

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_namestring
The name of the column to display.
$itemWP_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.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/manage_this-screen-id_custom_column