Home
last modified time | relevance | path

Searched refs:author_nicename (Results 1 – 4 of 4) sorted by relevance

/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dauthor-template.php341 * @param string $author_nicename Optional. The author's nicename (slug). Default empty.
344 function get_author_posts_url( $author_id, $author_nicename = '' ) { argument
353 if ( '' === $author_nicename ) {
356 $author_nicename = $user->user_nicename;
359 $link = str_replace( '%author%', $author_nicename, $link );
370 * @param string $author_nicename The author's nice name.
372 $link = apply_filters( 'author_link', $link, $author_id, $author_nicename );
H A Ddeprecated.php800 * @param string $author_nicename Optional.
803 function get_author_link($echo, $author_id, $author_nicename = '') { argument
806 $link = get_author_posts_url($author_id, $author_nicename);
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dauthor-template.php341 * @param string $author_nicename Optional. The author's nicename (slug). Default empty.
344 function get_author_posts_url( $author_id, $author_nicename = '' ) { argument
353 if ( '' === $author_nicename ) {
356 $author_nicename = $user->user_nicename;
359 $link = str_replace( '%author%', $author_nicename, $link );
370 * @param string $author_nicename The author's nice name.
372 $link = apply_filters( 'author_link', $link, $author_id, $author_nicename );
H A Ddeprecated.php800 * @param string $author_nicename Optional.
803 function get_author_link($echo, $author_id, $author_nicename = '') { argument
806 $link = get_author_posts_url($author_id, $author_nicename);