W3cubDocs

/WordPress

WP_Screen::get_screen_reader_content(): string[]

Gets the accessible hidden headings and text used in the screen.

Description

See also

Return

string[] An associative array of screen reader text strings.

Source

public function get_screen_reader_content() {
	return $this->_screen_reader_content;
}

Changelog

Version Description
4.4.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_screen/get_screen_reader_content