Recent

tptn_settings_tools_helpaction

tptn_settings_tools_help

Fires after the Tools page help tabs have been registered.

Type: action
Since: 2.5.0
Source: includes/admin/class-tools-page.php line 687

Parameters

Type Name Description
\WP_Screen $screen The current screen object.

Usage

add_action( 'tptn_settings_tools_help', function($screen) {
    // ...
} );