Hacker News new | ask | show | jobs
by throwaway11460 817 days ago
I'm not sure, I write plugins when a customer needs it.

Stuff like custom forms, calculators, booking systems... For one customer I implemented a complete web hosting client control panel as a set of WP plugins.

1 comments

Custom forms with support for triggering actions is definitely on the roadmap. I'm not sure where I stand on the possibility to add a fully fledged plugin system. I've been looking at the possible scripting environments that are easy to integrate/execute in Go, there's a few JS-interpreters for example. But it would be quite a task to make the UX good in the case of runtime errors etc.

It was a while since I had a look on how the plugin system works in Wordpress. I should read up on that. Thanks for the feedback!