WP_Screen::remove_options() – Remove all options from the screen.
You appear to be a bot. Output may be restricted
Description
Remove all options from the screen.
Usage
WP_Screen::remove_options();
Parameters
Returns
void
Source
File name: wordpress/wp-admin/includes/class-wp-screen.php
Lines:
1 to 3 of 3
public function remove_options() { $this->_options = array(); }