Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: admin_head

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
115           
116      }
117 }
118
119 window.onload = blurry;
120 //]]>
121 </script>
122 <?php endif; ?>
123
124 <?php do_action('admin_head', ''); ?>
125 </head>
126 <body>
127 <div id="wphead">
128 <h1><a href="http://wordpress.org" rel="external" title="<?php _e('Visit WordPress.org') ?>"><?php _e('WordPress') ?></a></h1>
129 </div>
130
131 <?php
132 require('./menu.php');
133 endif;