Note: This shortcode is also available as Gutenberg block. You can configure the block without using any code or parameters. Read more about the block options.
If you don’t know what is a shortcode and how to use it, you first may want to read this article.
This input field can be used for text search.
Shortcode
[tag_groups_tpf_text_search]
Example
[tag_groups_tpf_text_search placeholder="Type here"]
Data Types
- string: A text. For identifiers that won’t be visible to visitors you often have to replace spaces with _ or -. If the string contains spaces, you need to wrap it in quotes.
- integer: A number without decimal places.
- 0 or 1: 0 turns the feature off and 1 on.
Parameters
This overview assumes that you know how to use shortcodes. Shortcodes are the traditional WordPress way how to add features into posts, pages and widgets.
placeholder
Default text of the input field
Default | Possible Values | Example |
“Reset filter” | string | placeholder="Type here" |
search_trigger
1: on enter; 2: enter or timed
Default | Possible Values | Example |
“light” | string | search_trigger=1 |