WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about view_mode_post_types

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-screen.php apply_filters 1315 /**
* Filters the post types that have different view mode options.
*
* @since 4.4.0
*
* @param string[] $view_mode_post_types Array of post types that can change view modes.
* Default post types with show_ui on.
*/

Hook Parameters

Parameter Type Name Description
string[] $view_mode_post_types Array of post types that can change view modes.