Summery Summery
Get the accessible hidden headings and text used in the screen.
Syntax Syntax
Return Return
(array) An associative array of screen reader text strings.
Source Source
File: wp-admin/includes/class-wp-screen.php
public function get_screen_reader_content() { return $this->_screen_reader_content; }
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |
See also See also
- set_screen_reader_content(): For more information on the array format.