You appear to be a bot. Output may be restricted
Description
Function to invoke when oik-libs is loadedIf you're using Composer then this plugin may be used as the master repository of the latest version of the library files. It's not intended to be used as an active plugin, though it may eventually be useful for providing a method for helping you resolve plugin dependency hell. In the mean time, it's simply a place where the latest version (the master version) of each 'library' can be stored. When a plugin that delivers shared libraries is updated then some form of merge is performed with the master library. We don't store the repository in oik-lib; oik-lib is just the "manager". It shares libraries too.
Usage
oik_libs_loaded();
Parameters
Returns
voidSource
File name: oik-libs/oik-libs.phpLines:
1 to 3 of 3
function oik_libs_loaded() { }View on GitHub