- string $preHtml: (Optional) A string that gets added to the markup before the module is loaded. This can be any HTML string.
- string $postHtml: (Optional) A string that gets added to the markup after the module is loaded. This can be any HTML string.
- array $params: An array of parameters passed to the module.
Example:
<?php get_search_form('<div id="searchmodule">', '</div>'); ?>
See also: getSearchForm()
