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.7.2

do_action('quick_edit_custom_box') is found 2 times:

  • /wp-admin/includes/class-wp-posts-list-table.php line 2077
    2073
    2074
    2075
    2076
    2077
    2078
    2079
    2080
    2081
    2082
    2083
             * @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 724
    720
    721
    722
    723
    724
    725
    726
    727
    728
    729
    730
            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: