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
-
Name of the column to edit.
- $post_type
-
The post type slug, or current screen name if this is a taxonomy list table.
-
taxonomy The taxonomy name, if any.
Source
Changelog
Version | Description |
---|---|
WP-2.7.0 | Introduced. |