PHP Filters
31 resources found in "PHP Filters" - Page 2
31 resources found in "PHP Filters" - Page 2
This filter allows to add custom animations to reveal cards in a grid
This filter is called when fetching facets in the admin interface and on the frontend to display facets and query content. It allows to add your own facets with your own logic
This filter is called when the card builder retrieves available blocks and when a card renders custom blocks. It allows to add your own blocks in the card builder in order to output custom content with your own markup and logic
This filter is called before the opening and closing HTML tag of the main wrapper (which may holds facets and grid items). It is used for grids or templates
This filter is called before the search facet query object ids (posts, terms, users). It allows to modifies the search query arguments made by WP_Query, WP_Term_Query or WP_User_Query
This filter is called everytime the indexer start a cron process. It allows to modifies the max_execution_time (in seconds) of the cron indexer
This filter is called before to set the cron interval. It allows to modifies interval between each WordPress cron job of the indexer
This filter is called before WP_Query, WP_Term_Query or WP_User_Query is ran from the indexer. It allows to modifies query arguments of the current facet to index
This filter is called before a row is inserted into the index table. It allows to modifies properties of a row like the facet_value and facet_name
This filter is called before a facet object (post, term or user) is indexed. It allows to bypass the default index system by returning a custom array holding at least one row