' . __( 'Search for:' ) . ' if ( ! function_exists( 'cyywordpress_search_form' ) ) { function cyywordpress_search_form( $form ) { $form = ' '; return $form; } } add_filter( 'get_search_form', 'cyywordpress_search_form', 100 );