wzkb_tools_help_tabs
Action hook to add additional help tabs.
Type: action
Since: 3.0.0
Source: includes/admin/class-tools-page.php line 254
Parameters
| Type | Name | Description |
|---|---|---|
\WP_Screen | $screen | Current screen object. |
Usage
add_action( 'wzkb_tools_help_tabs', function($screen) {
// ...
} );