wzkb_search_block_form
Filters the search form output for the block.
Type: filter
Since: 3.0.0
Source: includes/blocks/class-blocks.php line 702
Parameters
| Type | Name | Description |
|---|---|---|
string |
$form |
Search form HTML. |
array |
$attributes |
Block attributes. |
Usage
add_filter( 'wzkb_search_block_form', function($form, $attributes) {
// ...
return $form;
} );