tool_box action-hookWP 2.8.0

Fires at the end of the Tools Administration screen.

Usage

add_action( 'tool_box', 'wp_kama_tool_box_action' );

/**
 * Function for `tool_box` action-hook.
 * 
 * @return void
 */
function wp_kama_tool_box_action(){

	// action...
}

Changelog

Since 2.8.0 Introduced.

Where the hook is called

In file: /wp-admin/tools.php
tool_box
wp-admin/tools.php 93
do_action( 'tool_box' );

Where the hook is used in WordPress

Usage not found.