Recent

crp_network_admin_settings_page_content_headeraction

crp_network_admin_settings_page_content_header

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

Type: action
Since: 4.1.0
Source: includes/admin/network/class-admin.php line 103

Usage

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