Fires once for each column in Quick Edit mode.
$column_namestring$post_typestring$taxonomystringwp-admin/includes/class-wp-posts-list-table.php:2105WP_Posts_List_Table::inline_edit()wp-admin/includes/class-wp-terms-list-table.php:724WP_Terms_List_Table::inline_edit() * @since 2.7.0 * * @param string $column_name Name of the column to edit. * @param string $post_type The post type slug, or current screen name if this is a taxonomy list table. * @param string $taxonomy The taxonomy name, if any. */ do_action( 'quick_edit_custom_box', $column_name, $screen->post_type, '' ); } } ?> <div class="submit inline-edit-save"> <?php if ( ! $bulk ) : ?>Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.