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



get_author_posts_url › WordPress Function

Since2.1.0
Deprecatedn/a
get_author_posts_url ( $author_id, $author_nicename = '' )
Parameters: (2)
  • (int) $author_id Author ID.
    Required: Yes
  • (string) $author_nicename Optional. The author's nicename (slug). Default empty.
    Required: No
    Default: (empty)
Returns:
  • (string) The URL to the author's page.
Defined at:
Codex:

Retrieves the URL to the author page for the user with the ID provided.



Source

Soon...