WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Plugin API/Action Reference/shutdown

Description

Runs just before PHP shuts down execution.

This hook is called by shutdown_action_hook(), which is defined in wp-includes/load.php, and registered with PHP as a shutdown function by register_shutdown_function() in wp-settings.php.

Change Log

This page is marked as incomplete. You can help Codex by expanding it.