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');
?>
Below is an alphabetically ordered list of Wordpress 'hooks' and their associated filters / actions (i.e. PHP functions) on this Wordpress install.
';
$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 "
Number of hooks :
Number of registered filters / actions :