WP_Screen::get_options()

Get the options registered for the screen.


Return

(array) Options with arguments.


Source

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

	public function get_options() {
		return $this->_options;
	}

Changelog

Changelog
Version Description
WP-3.8.0 Introduced.