do_action( 'quick_edit_custom_box', string $column_name, string $post_type, string )

Fires once for each column in Quick Edit mode.


Parameters

$column_name

(string) Name of the column to edit.

$post_type

(string) The post type slug, or current screen name if this is a taxonomy list table.

(string) taxonomy The taxonomy name, if any.


Source

File: wp-admin/includes/class-wp-posts-list-table.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.7.0 Introduced.