WP_Screen::get_options()

Get the options registered for the screen.


Description Description


Return Return

(array) Options with arguments.


Top ↑

Source Source

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

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

Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.