WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about quick_edit_custom_box

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-terms-list-table.php do_action 691 /**
* Outputs the hidden row displayed when inline editing
*
* @since 3.1.0
*/
wp-admin/includes/class-wp-posts-list-table.php do_action 2025 /**
* Fires once for each column in Quick Edit mode.
*
* @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.
*/

Hook Parameters

Parameter Type Name Description
string $column_name Name of the column to edit.
string $post_type The post type slug, or current screen name if this is a taxonomy list table.
string $taxonomy The taxonomy name, if any.