function my_search_form( $form ) {
$form = '';

return $form;
}

add_filter( 'get_search_form', 'my_search_form' );

0 comments so far,add yours