Recent

wzkb_tools_page_content action

wzkb_tools_page_content

Action hook to add tools page content.

Features can hook into this to add their own tool sections.

Type: action
Since: 3.0.0
Source: includes/admin/class-tools-page.php line 119

Usage

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