Recent

tptn_tools_page_actionsaction

tptn_tools_page_actions

Fires between the action boxes on the Tools page.

Type: action
Since: 4.5.0
Source: includes/admin/class-tools-page.php line 292

Parameters

Type Name Description
bool $network_wide Whether the Tools page is being rendered in network admin.

Usage

add_action( 'tptn_tools_page_actions', function($network_wide) {
    // ...
} );