ata_tools_page_header
Fires at the top of the Snippetz Tools page, after the heading.
Type: action
Since: 2.3.0
Source: includes/admin/class-tools-page.php line 101
Usage
add_action( 'ata_tools_page_header', function() {
// ...
} );
ata_tools_page_headeractionFires at the top of the Snippetz Tools page, after the heading.
Type: action
Since: 2.3.0
Source: includes/admin/class-tools-page.php line 101
add_action( 'ata_tools_page_header', function() {
// ...
} );