Switch language

wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren




login_footer [ WordPress Function ]

login_footer ( $input_id = '' )
Parameter:
  • (string) $input_id Which input to auto-focus
Definiert in:



Outputs the footer for the login page.

Source


<?php
function login_footer($input_id '') {
    
?>
    <p id="backtoblog"><a href="<?php echo esc_urlhome_url'/' ) ); ?>" title="<?php esc_attr_e'Are you lost?' ); ?>"><?php printf__'&larr; Back to %s' ), get_bloginfo'title''display' ) ); ?></a></p>
    </div>

    <?php if ( !empty($input_id) ) : ?>
    <script type="text/javascript">
    try{document.getElementById('<?php echo $input_id?>').focus();}catch(e){}
    if(typeof wpOnload=='function')wpOnload();
    </script>
    <?php endif; ?>

    <?php do_action('login_footer'); ?>
    <div class="clear"></div>
    </body>
    </html>
    <?php
}
?>

Beispiele [ wp-snippets.com ]

Top Google Suchergebnisse

Mehr ...

0 Nutzerkommentare

Noch keine. Sei der Erste!

Neu hinzufügen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics