Filters and Hooks
Customize the query and output of the shortcode for a View.
Last updated
Was this helpful?
Customize the query and output of the shortcode for a View.
Last updated
Was this helpful?
Please make sure you've installed the latest version of the plugin before using these filters.
Some filters are common and available in both the Lite and Pro plugin versions, where some are only available in the Pro version, these have been labelled as (Pro).
This page lists hooks that are common for both Views and Cards. Check the child pages to see hooks related to Views and Cards.
(Pro)
(Pro)
(Pro)
Using this hook, you can define a , and then use it inside and classes.
Now you can call your functions in twig templates of your Views and Cards.
Now you can call your filters in twig templates of your Views and Cards.
Do you need to customize something but a filter isn't available?
Note: every item of the array represents the custom function. First argument is the function name, second is the callback. Third argument is optional, here you can pass any supported by Twig.
Note: every item of the array represents the custom filter. First argument is the filter name, second is the callback. Third argument is optional, here you can pass any supported by Twig.
Then and we'll try to add it as soon as possible.