WP_Screen::remove_screen_reader_content()

Remove all the accessible hidden headings and text for the screen.


Description Description


Source Source

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

	public function remove_screen_reader_content() {
		$this->_screen_reader_content = array();
	}

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.