Filter hook 'disable_categories_dropdown'

in WP Core File wp-admin/includes/class-wp-posts-list-table.php at line 475

Description

Filters whether to remove the 'Categories' drop-down from the post list table.

Occurrences

Filename Line Number
wp-admin/includes/class-wp-posts-list-table.php 475

Parameters

Type Name Description
bool $disable Whether to disable the categories drop-down. Default false.
string $post_type Post type slug.

PHP Doc

/**
		 * Filters whether to remove the 'Categories' drop-down from the post list table.
		 *
		 * @since 4.6.0
		 *
		 * @param bool   $disable   Whether to disable the categories drop-down. Default false.
		 * @param string $post_type Post type slug.
		 */