Need help in the process of creating your own WordPress theme?
The Unyson framework core has three components:
Accessing one of the core’s component is done in this way:
fw()->{$component}->{$method}()
fw()
returns the framework object, this being the only way to access the framework core.