Disable the action links shown below a custom form.
filter archives
This is our selection of topics, tagged "filter".
How can I stop a filter from outputting the default ?
You can either set a custom value through the admin or create a filter and return it false.
Validation of custom filters
The hooks we defined in the plugin, which are meant to hook your own output to, do not get checked on each load. You can however test them [...]