/ Published in: PHP
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
/*--------------------------------------------------*/
/* 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');
Comments
 Subscribe to comments
                    Subscribe to comments
                
                