wpseek.com
WordPress开发者和主题制作者的搜索引擎



manage_{$this->screen->id}_custom_column › WordPress动作钩子

Since5.7.0
已弃用n/a
do_action( "manage_{$this->screen->id}_custom_column", $column_name, $item )
参数: (2)
  • (string) $column_name The name of the column to display.
    Required: Yes
  • (WP_User_Request) $item The item being shown.
    Required: Yes
定义在:
文档:

Fires for each custom column of a specific request type in the Requests list table.

Custom columns are registered using the {@see 'manage_export-personal-data_columns'} and the {@see 'manage_erase-personal-data_columns'} filters.





源码

do_action( "manage_{$this->screen->id}_custom_column", $column_name, $item );