apply_filters( ‘screen_settings’, string $screen_settings, WP_Screen $screen )

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

Parameters

$screen_settingsstring
Screen settings.
$screenWP_Screen
WP_Screen object.

Source

$this->_screen_settings = apply_filters( 'screen_settings', $this->_screen_settings, $this );

Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

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