WP_Screen::get_options

Advertisement

Summery Summery

Get the options registered for the screen.

Syntax Syntax

WP_Screen::get_options()

Return Return

(array) Options with arguments.

Source Source

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

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

Advertisement

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.

Advertisement

Leave a Reply