Recent

bsearch_tools_network_page_headeraction

bsearch_tools_network_page_header

Fires at the top of the network admin Tools page, after the heading.

Type: action
Since: 4.2.0
Source: includes/admin/network/class-tools-page.php line 79

Usage

add_action( 'bsearch_tools_network_page_header', function() {
    // ...
} );