在“快速编辑”模式下为每列触发一次。
原型
do_action( 'quick_edit_custom_box', string $column_name, string $post_type, string )
参数
$column_name
(string)
要编辑的列的名称。
$post_type
(string)
post类型slug,或当前屏幕名称,如果这是分类列表表。
源文件
路径:wp-admin/includes/class-wp-posts-list-table.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/quick_edit_custom_box/