WP_Screen::remove_help_tabs()
Removes all help tabs from the contextual help for the screen.
Method of the class: WP_Screen{}
No Hooks.
Return
null
. Nothing (null).
Usage
$WP_Screen = new WP_Screen(); $WP_Screen->remove_help_tabs();
Changelog
Since 3.3.0 | Introduced. |
WP_Screen::remove_help_tabs() WP Screen::remove help tabs code WP 6.8
public function remove_help_tabs() { $this->_help_tabs = array(); }