WP_Screen::get_screen_reader_content()

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


Description Description

See also See also


Top ↑

Return Return

(array) An associative array of screen reader text strings.


Top ↑

Source Source

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

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

Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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