the_search_query

Advertisement

Summery Summery

Displays the contents of the search query variable.

Syntax Syntax

the_search_query()

Description Description

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

Source Source

File: wp-includes/general-template.php

		);
	} elseif ( 'text/nginx' === $type ) {
		$settings['codemirror'] = array_merge(
			$settings['codemirror'],
			array(
				'mode' => 'nginx',
			)
		);
	} elseif ( 'application/x-httpd-php' === $type ) {
		$settings['codemirror'] = array_merge(

Advertisement

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Advertisement

Leave a Reply