Skip to content
SHEPDESIGN edited this page Jun 4, 2026 · 2 revisions

FAQ

Real questions, real answers.

Is HOF free?

The core is open source. A "pro" tier with extras is likely but not finalized. We won't paywall the basics.

Does it work with my theme?

If your theme uses standard WordPress / WooCommerce templates, yes. HOF doesn't fight themes. CSS variables let you re-style without ripping anything out.

Does it work with my page builder?

Yes: Gutenberg, Bricks, Elementor, Divi, and Breakdance are all supported. See Roadmap.

How fast is it?

Fast. On a seeded 100,000-product store, the resolver returns matching IDs at roughly 54ms p95, and a full reindex completes in about 19 seconds. The brand promise is sub-50ms filter queries at scale, and real-world filters (which narrow more aggressively than our worst-case benchmark) land well under that.

Will it break my site?

Activate it on staging first. (This is true of every plugin.) HOF is designed to be additive — it doesn't replace WP queries until you tell it to.

What about SEO?

URL state means crawlers see real URLs. HOF ships sensible defaults (canonical hints, robots controls, structured data preservation).

How does pricing work?

TBD. Probably open core + paid pro. Definitely fair. Definitely not "$249/year to unlock checkboxes."

Can I self-host the docs?

Yes. The /docs directory in the main repo mirrors this wiki. Build with any static site generator.

Why "hooked on facets"?

Because filters in WordPress are powered by hooks. Because the brand voice is "fun." Because the URL was available. Because we are not naming our plugin Facetastic.

Can I sponsor the project?

Coming. GitHub Sponsors page is in the works.

How do I report a bug?

Open an issue. Include WP version, PHP version, plugin version, and a repro case. Bonus points for a screenshot.

Clone this wiki locally