disable_formats_dropdown, false, $post_type
disable_formats_dropdown, false, $post_type
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('disable_formats_dropdown, false, $post_type') is found 1 times:
- /wp-admin/includes/class-wp-posts-list-table.php line 512
* * @param bool $disable Whether to disable the drop-down. Default false. * @param string $post_type Post type slug. */ if ( apply_filters( 'disable_formats_dropdown', false, $post_type ) ) { return; } // Return if the post type doesn't have post formats or if we're in the Trash. if ( ! is_object_in_taxonomy( $post_type, 'post_format' ) || $this->is_trash ) { return;