Make WordPress Core

Changeset 1097 for trunk/wp-settings.php


Ignore:
Timestamp:
04/19/2004 05:19:45 AM (21 years ago)
Author:
saxmatt
Message:

shutdown action hook.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r1080 r1097  
    7777    }
    7878}
     79
     80function shutdown_action_hook() {
     81    do_action('shutdown', '');
     82}
     83register_shutdown_function('shutdown_action_hook');
     84
    7985?>
Note: See TracChangeset for help on using the changeset viewer.