Hello everyone,
I have several issues where I need more data than the frontity.state.source object provides, such as post objects outside the 10 provided. I know I can achieve this using a custom handler, but I am stuck with creating my own. Where can I find more documentation and information on creating my own handlers for special cases like this. Please help.
Hi @juanmtorrijos ,
Here you have the official documentation about handers:
This video may also help you to understand better the utility of handlers
In the fetch-menu-from-wp
example you can see the definition of a custom handler to define a route to get menus from WP
Hope this helps