A container for custom hooks. Hooks allow us to customize functionality without touching the original codebase. This prevents any code changes from getting lost whenever a plugin and/or theme gets updated. FacetWP provides a wide range of hooks and filters to influence its behavior and filtering results. These hooks and filters can be used directly in your (child)theme’s code (mostly in functions.php). But we recommend using our Custom Hooks add-on.