Switch language

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




get_author_name [ WordPress Function ]

get_author_name ( $auth_id = false )
Parameters:
  • (int) $auth_id The ID of the author.
See:
Returns:
  • (string) The author's display name.
Defined at:



Retrieve the specified author's preferred display name.

Source


<?php
function get_author_name$auth_id false ) {
    
_deprecated_function__FUNCTION__'2.8''get_the_author_meta(\'display_name\')' );
    return 
get_the_author_meta('display_name'$auth_id);
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

- Bulunamadý -

Yeni bir konu yaz ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



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