screen_settings WordPress Filter Hook
The screen_settings hook is used to add custom settings to the WordPress admin screens. This hook is called on the following screens: - Dashboard - Posts - Pages - Media - Links - Categories - Tags - Users - Profile - Settings With this hook, you can add custom settings to any of the above screens. For example, you could add a setting to the Dashboard screen to control how many posts are displayed on the screen.
apply_filters( 'screen_settings', string $screen_settings , WP_Screen $screen ) #
Filters the screen settings text displayed in the Screen Options tab.
Parameters
Source
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |