WP_Screen::remove_help_tab() – Removes a help tab from the contextual help for the screen.
You appear to be a bot. Output may be restricted
Description
Removes a help tab from the contextual help for the screen.
Usage
WP_Screen::remove_help_tab( $id );
Parameters
- $id
- ( string ) required – The help tab ID.
Returns
void
Source
File name: wordpress/wp-admin/includes/class-wp-screen.php
Lines:
1 to 3 of 3
public function remove_help_tab( $id ) { unset( $this->_help_tabs[ $id ] ); }