Switch language

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




floated_admin_avatar [ WordPress Function ]

floated_admin_avatar ( $name )
Parameters:
  • (string) $name User name.
Uses:
  • $comment
Returns:
  • (string) Avatar with Admin name.
Defined at:



Add avatars to relevant places in admin, or try to.

Source


<?php
function floated_admin_avatar$name ) {
    global 
$comment;
    
$avatar get_avatar$comment32 );
    return 
"$avatar $name";
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



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