WP_Screen::remove_help_tabs() In this article Table of ContentsSource Changelog ↑ Back to top Removes all help tabs from the contextual help for the screen. Source public function remove_help_tabs() { $this->_help_tabs = array(); } View all references View on Trac View on GitHub Changelog VersionDescription3.3.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.