Inline documentation for hooks in wp-includes/load.php.
props mordauk. see #25229. Built from https://develop.svn.wordpress.org/trunk@25455 git-svn-id: http://core.svn.wordpress.org/trunk@25376 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4587da663f
commit
1de240d5a2
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue