manage_{$this->screen->id}_custom_column

最后更新于:2021-11-27 06:41:27

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

Fires for each custom column in the Application Passwords list table.

参数

$column_name

(string)
Name of the custom column.

$item

(array)
The application password item.

源文件

文件: gc-admin/includes/class-gc-application-passwords-list-table.php

View on Trac