Documentation

How to create a Custom Testimonials or Review system quickly and easily using Toolset and Custom HTML/CSS, with a tiny PHP Function.
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.
Get all occurrences of a substring in a string, and output an array with the values found.
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.