wzkb_get_search_form
Filter the HTML output of the search form.
Type: filter
Since: 1.1.0
Source: includes/frontend/class-search.php line 70
Parameters
| Type | Name | Description |
|---|---|---|
string|null | $form | The search form HTML output. |
Usage
add_filter( 'wzkb_get_search_form', function($form) {
// ...
return $form;
} );