Skip to main content

Helpers

Each project has helper classes that help you with your project code. Helpers are parts of the code you reuse in various places in your code, but they don't belong to any specific service. We tried to combine all our helpers in one place for convenience. The main difference is that we have helpers for different languages:

We especially like our helpers in the block editor, because we need to have the same features in JavaScript and PHP. This can be easily done using helpers.