Recent

tptn_settings_page_headeraction

tptn_settings_page_header

Fires at the top of a Top 10 admin page, after the heading.

Type: action
Since: 4.0.0
Source: includes/admin/class-dashboard.php line 79

Usage

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