Archive | /wp-includes/general-template.php RSS feed for this section

the_search_query

Display the contents of the search query variable.The search query string is passed through esc_attr() to ensure that it is safe for placing in an html attribute.

3039

Continue reading

the_generator

Display the generator XML or Comment for RSS, ATOM, etc.Returns the correct generator type for the requested output format. Allows for a plugin to filter generators overall the the_generator filter.

3013

Continue reading