Return to Snippet

Revision: 45349
at April 28, 2011 19:58 by psteinweber


Initial Code
/*--------------------------------------------------*/
/* change search box text */
/*--------------------------------------------------*/

function custom_search_text($field_value) {
	$field_value = 'Suchbegriff eingeben';
	return $field_value;
}

add_filter('thesis_search_form_value', 'custom_search_text');

Initial URL


Initial Description


Initial Title
Thesis: Change search-box text

Initial Tags
search, wordpress

Initial Language
PHP