Removes all the accessible hidden headings and text for the screen.
Source
public function remove_screen_reader_content() {
$this->_screen_reader_content = array();
}
Changuelog
| Versionen | Description |
|---|---|
| 4.4.0 | Introduced. |
Removes all the accessible hidden headings and text for the screen.
public function remove_screen_reader_content() {
$this->_screen_reader_content = array();
}
| Versionen | Description |
|---|---|
| 4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.