W3cubDocs

/WordPress

WP_Screen::get_options(): array

Gets the options registered for the screen.

Return

array Options with arguments.

Source

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

Changelog

Version Description
3.8.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_screen/get_options