Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




the_author_login [ WordPress Function ]

the_author_login ( No parameters )
See:
Defined at:



Display the login name of the author of the current post.

Source


<?php
function the_author_login() {
    
_deprecated_function__FUNCTION__'2.8''the_author_meta(\'login\')' );
    
the_author_meta('login');
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



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