shutdown

shutdown

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('shutdown') is found 1 times:

  • /wp-includes/load.php line 1270
    	 * Fires just before PHP shuts down execution.
    	 *
    	 * @since 1.2.0
    	 */
    	do_action( 'shutdown' );
    
    	wp_cache_close();
    }
    
    /**
     * Clones an object.
    

See this hook used in plugins:

Examples using shutdown