Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: login_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

This hook occurs 2 times in this file.

Line Code
129 ?>
130 <script type="text/javascript">
131 try{document.getElementById('<?php echo $input_id; ?>').focus();}catch(e){}
132 if(typeof wpOnload=='function')wpOnload();
133 </script>
134 <?php
135      }
136 ?>
137 <p id="backtoblog"><a href="<?php bloginfo('url'); ?>/" title="<?php esc_attr_e('Are you lost?') ?>"><?php printf(__('&larr; Back to %s'), get_bloginfo('title', 'display' )); ?></a></p>
138 <?php do_action('login_footer'); ?>
139 </body>
140 </html>
141 <?php
142 }
143
144 function wp_shake_js() {
145      global $is_iphone;
146      if ( $is_iphone )
147           return;
 
Line Code
688 } catch(e){}
689 }, 200);
690 }
691
692 <?php if ( !$error ) { ?>
693 wp_attempt_focus();
694 <?php } ?>
695 if(typeof wpOnload=='function')wpOnload();
696 </script>
697 <?php do_action( 'login_footer' ); ?>
698 </body>
699 </html>
700 <?php
701
702 break;
703 } // end action switch
704 ?>
705