get_the_author_lastname [ WordPress Function ]
get_the_author_lastname ( No parameters )
| See: | |
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: the_author_lastname, get_the_author_firstname, get_the_author_nickname, get_the_author_aim, get_the_author_meta
Retrieve the last name of the author of the current post.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- <?php /** * Author Template functions for use in themes. * * These ...
function get_the_author_lastname() { global $authordata; return $authordata-> last_name; } /** * Display the last name of the author of the current post. * * @link ...
core.svn.wordpress.org - <?php /** * Author Template functions for use in themes ...
function get_the_author_lastname() { global $authordata; return ... @since 0.71 * @uses get_the_author_lastname() */ function the_author_lastname() { echo ...
core.svn.wordpress.org - <?php function get_the_author($deprecated = '') { global ...
... function get_the_author_lastname() { global $authordata; return $authordata-> last_name; } function the_author_lastname() { echo get_the_author_lastname(); } ...
core.svn.wordpress.org - Allow passing a -Prop for package version to nuget pack
Example: get the author's lastname from the git commit and append that as the pre-release part...or something similar. Haacked wrote Jan 11 at 5:28 PM ...
nuget.codeplex.com