Removes an option from the screen.
Parameters
$optionstringrequired- Option ID.
Source
public function remove_option( $option ) {
unset( $this->_options[ $option ] );
}
Changelog
| Version | Description |
|---|---|
| 3.8.0 | Introduced. |
Removes an option from the screen.
$optionstringrequiredpublic function remove_option( $option ) {
unset( $this->_options[ $option ] );
}
| Version | Description |
|---|---|
| 3.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.