Removes a help tab from the contextual help for the screen.
Parameters
$idstringrequired- The help tab ID.
Source
public function remove_help_tab( $id ) {
unset( $this->_help_tabs[ $id ] );
}
Changelog
| Version | Description |
|---|---|
| 3.3.0 | Introduced. |
Removes a help tab from the contextual help for the screen.
$idstringrequiredpublic function remove_help_tab( $id ) {
unset( $this->_help_tabs[ $id ] );
}
| Version | Description |
|---|---|
| 3.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.