Archive by Author

single_term_title

Display or retrieve page title for taxonomy term archive.Useful for taxonomy term template files for displaying the taxonomy term page title. It has less overhead than wp_title(), because of its limited implementation.

10301

Continue reading

show_admin_bar

Set the display status of the admin bar.This can be called immediately upon plugin load. It does not need to be called from a function hooked to the init action.

10286

Continue reading

self_admin_url

Retrieve the url to the admin area for either the current blog or the network depending on context.

10259

Continue reading