webberzone.dev Recent

wzkb_tools_page_header action

wzkb_tools_page_header

Action hook to add content above the Tools page columns.

Used by exporters to render a quick-action bar.

Type: action
Since: 3.1.0
Source: includes/admin/class-tools-page.php line 104

Usage

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