quick_edit_custom_box, $column_name, $screen->post_type,

quick_edit_custom_box, $column_name, $screen->post_type,

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('quick_edit_custom_box, $column_name, $screen->post_type,') is found 1 times:

  • /wp-admin/includes/class-wp-posts-list-table.php line 2103
    					 * @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 ) : ?>