Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: admin_footer

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
645      <td><input type="text" id="this_photo" name="this_photo" class="tb_this_photo text" onkeypress="if(event.keyCode==13) image_selector(this);" /></td>
646      </tr><tr>
647      <td><label for="this_photo_description"><?php _e('Description') ?></label></td>
648      <td><input type="text" id="this_photo_description" name="photo_description" class="tb_this_photo_description text" onkeypress="if(event.keyCode==13) image_selector(this);" value="<?php echo esc_attr($title);?>"/></td>
649      </tr><tr>
650      <td><input type="button" class="button" onclick="image_selector(this)" value="<?php esc_attr_e('Insert Image'); ?>" /></td>
651      </tr></table>
652 </div>
653 <?php
654 do_action('admin_footer');
655 do_action('admin_print_footer_scripts');
656 ?>
657 <script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script>
658 </body>
659 </html>
660