wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
login_footer [ WordPress Function ]
login_footer ( $input_id = '' )
| Parameter: |
|
| Definiert in: |
|
Outputs the footer for the login page.
Source
<?php
function login_footer($input_id = '') {
?>
<p id="backtoblog"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php esc_attr_e( 'Are you lost?' ); ?>"><?php printf( __( '← 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
- WordPress › Support » Remove login_footer Back to Site Link
Seems that there is one hook for login_footer, but that there is no real action that ads the footer link leading back to the home page. I found the code here on line ...
wordpress.org - WordPress › Support » Tags — login_footer
Remove login_footer Back to Site Link, 12, Erik, 1 month. [resolved] do_action(' login_footer') missing in wp_login.php 3.1-beta2, 2, Andrew Nacin, 1 year ...
wordpress.org - WordPress › Support » login_footer in wp-login.php
Generally, home_url is where the site exists (the site's home page), while site_url is where the actual WordPress installation exists. Usually they're the same.
wordpress.org - login_footer (WordPress Function) - WPSeek.com
WordPress lookup for login_footer, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com
Nutzerduskussionen [ wordpress.org ]
- Erik on "Remove login_footer Back to Site Link"
- mkbain67 on "Remove login_footer Back to Site Link"
- mkbain67 on "Remove login_footer Back to Site Link"
- esmi on "Remove login_footer Back to Site Link"
- mkbain67 on "Remove login_footer Back to Site Link"
- mkbain67 on "Remove login_footer Back to Site Link"
- Rhand on "Remove login_footer Back to Site Link"
- mkbain67 on "Remove login_footer Back to Site Link"
- KardiWeb on "Remove login_footer Back to Site Link"
- Rhand on "Remove login_footer Back to Site Link"