Plugin of utils being called from other plugins
-
Hello, I have a somewhat unusual question: I am a bit confused and there are some things I don’t understand about how plugins work as a whole.
I would like to create a Utils plugin that will be used by my other custom plugins (these are not public plugins, they are only used by a specific website).
So, the idea is that, for example, this plugin will contain a class with a series of static methods that can be called by other plugins.
But one thing is not clear to me: how can I be sure that the “Core” plugin is available and loaded when I call one of its methods from another plugin?
Could a plugin be loaded before this “Core” plugin?
Are all plugins loaded before they can be used?
Does the “Requires-Plugin:” entry cause a plugin to be loaded before another plugin on which it depends?
Any help is appreciated
You must be logged in to reply to this topic.