admin_screen_reader_title()
public static function admin_screen_reader_title()
Outputs a visually hidden page header for screen readers.
Retrieves the current admin page title, modifies it if needed, and echoes it inside an <h1> with the "screen-reader-text" class for accessibility.
Since: 2.9.11
Source: common.php:6268
Returns
void