WP_Screen::remove_options
Removes all options from the screen.
Method of the class: WP_Screen{}
No Hooks.
Returns
null
. Nothing (null).
Usage
$WP_Screen = new WP_Screen(); $WP_Screen->remove_options();
Changelog
Since 3.8.0 | Introduced. |
WP_Screen::remove_options() WP Screen::remove options code WP 6.8.1
public function remove_options() { $this->_options = array(); }