wp-blog-header.php not found. This script you are trying to run must sit either in your blog root or in wp-admin directory'); ?> Wordpress Hooks & Filters Flow

Below is an alphabetically ordered list of Wordpress 'hooks' and their associated filters / actions (i.e. PHP functions) on this Wordpress install.

- + toggle
    $arrays) { $nb_hook ++; $sillyjs?$stuff="style='cursor:pointer;' onclick='Effect.toggle(\"li$nb_hook\",\"blind\",{duration:0.2});'":$stuff=''; echo "
  1. $hook

    \n
      \n"; ksort($arrays); foreach($arrays as $prio => $subarray) { echo "
    • Priority $prio :
        \n"; foreach($subarray as $sub) { $nb_func ++; echo '
      1. '; $func = $sub['function']; if (is_array($func)) { echo ''.get_class($func[0]) . '->' . $func[1].'()'; foreach ($func[0] as $k=>$v) { if (substr($v,strlen($v)-4,strlen($v)) == '.php') echo " ($k : $v)"; } } else { echo $func.'()'; } echo "
      2. \n"; } print '
      '; } print '
  2. '; } ?>

Number of hooks :
Number of registered filters / actions :