quick_edit_custom_box

quick_edit_custom_box

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('quick_edit_custom_box') is found 2 times:

  • /wp-admin/includes/class-wp-posts-list-table.php line 2071
    					 * @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 ) : ?>
    
  • /wp-admin/includes/class-wp-terms-list-table.php line 723
    					continue;
    				}
    
    				/** This action is documented in wp-admin/includes/class-wp-posts-list-table.php */
    				do_action( 'quick_edit_custom_box', $column_name, 'edit-tags', $this->screen->taxonomy );
    			}
    			?>
    
    			<div class="inline-edit-save submit">
    				<button type="button" class="save button button-primary"><?php echo $tax->labels->update_item; ?></button>
    				<button type="button" class="cancel button"><?php _e( 'Cancel' ); ?></button>
    

See this hook used in plugins: