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 GitHub - texnixe/kirby-csv-handler: This plugin provides a class to handle .csv files in your templates and methods to create pages and structure entries from a .csv file..
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.