view_mode_post_types, $view_mode_post_types
view_mode_post_types, $view_mode_post_types
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('view_mode_post_types, $view_mode_post_types') is found 1 times:
- /wp-admin/includes/class-wp-screen.php line 1319
* * @param string[] $view_mode_post_types Array of post types that can change view modes. * Default post types with show_ui on. */ $view_mode_post_types = apply_filters( 'view_mode_post_types', $view_mode_post_types ); if ( 'edit' === $screen->base && ! in_array( $this->post_type, $view_mode_post_types, true ) ) { return; } if ( ! isset( $mode ) ) {