WP_Screen::remove_screen_reader_content()
Removes all the accessible hidden headings and text for the screen.
Contents
Source
File: wp-admin/includes/class-wp-screen.php
.
View all references
public function remove_screen_reader_content() {
$this->_screen_reader_content = array();
}
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |