apply_filters( 'screen_settings', string $screen_settings, WP_Screen $this )

Filters the screen settings text displayed in the Screen Options tab.


Description Description

This filter is currently only used on the Widgets screen to enable accessibility mode.


Parameters Parameters

$screen_settings

(string) Screen settings.

$this

(WP_Screen) WP_Screen object.


Top ↑

Source Source

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

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.