WP_Screen::get_screen_reader_content(): string[]

In this article

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

VersionDescription
4.4.0Introduced.

User Contributed Notes

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