WP_Screen::remove_help_tabs() – Removes all help tabs from the contextual help for the screen.

You appear to be a bot. Output may be restricted

Description

Removes all help tabs from the contextual help for the screen.

Usage

WP_Screen::remove_help_tabs();

Parameters

Returns

void

Source

File name: wordpress/wp-admin/includes/class-wp-screen.php
Lines:

1 to 3 of 3
  public function remove_help_tabs() {
    $this->_help_tabs = array();
  }
 

 View on GitHub View on Trac