Summery Summery
Get the options registered for the screen.
Syntax Syntax
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
| Version | Description |
|---|---|
| 3.8.0 | Introduced. |