do_action( 'quick_edit_custom_box', string $column_name, string $post_type, string )

Fires once for each column in Quick Edit mode.


Description Description


Parameters Parameters

$column_name

(string) Name of the column to edit.

$post_type

(string) The post type slug, or current screen name if this is a taxonomy list table.

(string) taxonomy The taxonomy name, if any.


Top ↑

Source Source

File: wp-admin/includes/class-wp-posts-list-table.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.