Tag Archives: codex

get_dashboard_blog

Get the “dashboard blog”, the blog where users without a blog edit their profile data.

1348

Continue reading

get_current_theme

Retrieve current theme display name.If the ‘current_theme’ option has already been set, then it will be returned instead. If it is not set, then each theme will be iterated over until both the current stylesheet and current template name.

1344

Continue reading

get_current_site

Get the current site info.Returns an object containing the ID, domain, path, and site_name of the site being viewed.

1342

Continue reading

get_currentuserinfo

Populate global variables with information about the currently logged in user.Will set the current user, if the current user is not set. The current user will be set to the logged in person. If no user is logged in, then it will set the current user to 0, which is invalid and won’t have any permissions.

1340

Continue reading