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() {
// ...
} );
tptn_settings_page_headeractionFires 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
add_action( 'tptn_settings_page_header', function() {
// ...
} );