Filter hook 'the_search_query'

in WP Core File wp-includes/general-template.php at line 4343

Description

Filters the contents of the search query variable for display.

Occurrences

Filename Line Number
wp-includes/general-template.php 4343

Parameters

Type Name Description
mixed $search Contents of the search query variable.

PHP Doc

/**
	 * Filters the contents of the search query variable for display.
	 *
	 * @since 2.3.0
	 *
	 * @param mixed $search Contents of the search query variable.
	 */