Tag Archives: codex

get_most_recent_post_of_user

Get a user’s most recent post.Walks through each of a user’s blogs to find the post with the most recent post_date_gmt.

1490

Continue reading

get_locale_stylesheet_uri

Retrieve localized stylesheet URI.The stylesheet directory for the localized stylesheet files are located, by default, in the base theme directory. The name of the locale file will be the locale followed by ‘.css’. If that does not exist, then the text direction stylesheet will be checked for existence, for example ‘ltr.css’.

1474

Continue reading