diff --git a/wp-includes/load.php b/wp-includes/load.php index ae69b5c42a..e589f5fa5a 100644 --- a/wp-includes/load.php +++ b/wp-includes/load.php @@ -572,6 +572,11 @@ function wp_magic_quotes() { * @since 1.2.0 */ function shutdown_action_hook() { + /** + * Fires just before PHP shuts down execution. + * + * @since 1.2.0 + */ do_action( 'shutdown' ); wp_cache_close(); }