On this page
apply_filters( 'screen_settings', string $screen_settings, WP_Screen $screen )
Filters the screen settings text displayed in the Screen Options tab.
Parameters
Source
File: wp-admin/includes/class-wp-screen.php. View all references
$this->_screen_settings = apply_filters( 'screen_settings', $this->_screen_settings, $this );
Related
Used By
| Used By | Description |
|---|---|
| WP_Screen::show_screen_options() wp-admin/includes/class-wp-screen.php |
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/screen_settings