Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-screen.php: view_mode_post_types | Filters the post types that have different view mode options. |
wp-admin/includes/screen.php: get_current_screen() | Get the current screen object |
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/general-template.php: checked() | Outputs the HTML checked attribute. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/plugin.php: add_filter() | Hook a function or method to a specific filter action. |
wp-includes/option.php: get_user_setting() | Retrieves user interface setting value based on setting name. |
wp-includes/post.php: get_post_types() | Get a list of all registered post type objects. |