tool_box WordPress Action Hook

The tool_box Wordpress hook allows you to add a variety of tools to your Wordpress site. With this hook, you can add a custom CSS tool, a HTML5 validator, a link checker, and more. This hook is perfect for developers who want to add a few extra tools to their site.

do_action( 'tool_box' ) #

Fires at the end of the Tools Administration screen.


Source

File: wp-admin/tools.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
2.8.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.