Removes all options from the screen.
Source
public function remove_options() {
$this->_options = array();
}
Changuelog
| Versionen | Description |
|---|---|
| 3.8.0 | Introduced. |
Removes all options from the screen.
public function remove_options() {
$this->_options = array();
}
| Versionen | Description |
|---|---|
| 3.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.