Is there a way to use a function in one plugin that has be defined in another plugin? I want to use the csv() function defined in https://github.com/texnixe/kirby-csv-handler.
It worked locally to just call the function with no use
or anything, but on my dev server the function was undefined. I tried to load the other plugin first with kirby()->plugin('kirby-csv-handler')
but got same error.