How to customise the WordPress Archive Title with a little PHP Code, using the WordPress API filter get_the_archive_title. Display anything you like in any WordPress Archive title!
Exclude specific items from the View Query Results and Search Inputs. For example you might want to have a Custom Search by the Taxonomy "Tags" but exclude a specific Tag from the Query results and the Search input. This filter will help you do just that.
Filter to manipulate the WP Grid Builder Facet HTML. In this example we add a title tag to each of the facet options, populated with the Term Description of the term which the facet options represents.