do_action( 'quick_edit_custom_box', string $column_name , string $post_type , string $taxonomy )
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.
- $taxonomy
-
(string) The taxonomy name, if any.
Source
Changelog
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |