Recent

ata_admin_tools_page_content action

ata_admin_tools_page_content

Action hook to add additional tools page content.

Type: action
Since: 2.3.0
Source: includes/admin/class-tools-page.php line 220

Usage

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