Recent

tptn_settings_page_header action

tptn_settings_page_header

Render the settings page.

Type: action
Since: 3.0.0
Source: includes/admin/class-dashboard.php line 64

Usage

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