Archive | Documentation RSS feed for this section

themes_api

Retrieve theme installer pages from WordPress Themes API.It is possible for a theme to override the Themes API result with three filters. Assume this is for themes, which can extend on the Theme Info to offer more choices. This is very powerful and must be used with care, when overridding the filters.

10329

Continue reading

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