WP_Screen::get_options()

Gets 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
3.8.0 Introduced.