Recent

wzkb_tools_page_sidebar action

wzkb_tools_page_sidebar

Action hook to add sidebar content before standard sidebar.

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

Usage

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