Description
Filters whether to remove the 'Formats' drop-down from the post list table.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-posts-list-table.php | 513 |
Parameters
Type | Name | Description |
---|---|---|
bool | $disable | Whether to disable the drop-down. Default false. |
string | $post_type | Post type slug. |
PHP Doc
/**
* Filters whether to remove the 'Formats' drop-down from the post list table.
*
* @since 5.2.0
* @since 5.5.0 The `$post_type` parameter was added.
*
* @param bool $disable Whether to disable the drop-down. Default false.
* @param string $post_type Post type slug.
*/