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

(string) Screen settings.

$this

(WP_Screen) WP_Screen object.

Source

File: wp-admin/includes/class-wp-screen.php

View on Trac

Changelog

Version Description
3.0.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/screen_settings