apply_filters( 'screen_settings', string $screen_settings , WP_Screen $this )
Filters the screen settings text displayed in the Screen Options tab.
Description
This filter is currently only used on the Widgets screen to enable accessibility mode.
Parameters
- $screen_settings
-
Screen settings.
- $this
-
WP_Screen object.
Source
Changelog
Version | Description |
---|---|
WP-3.0.0 | Introduced. |