Download the PHP package frdl/oidplus-wtf-plugin without Composer
On this page you can find all versions of the php package frdl/oidplus-wtf-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download frdl/oidplus-wtf-plugin
More information about frdl/oidplus-wtf-plugin
Files in frdl/oidplus-wtf-plugin
Package oidplus-wtf-plugin
Short Description Shimmy shimmy WTF functions polyfill
License MIT GPL-3.0
Homepage https://hosted.oidplus.com/viathinksoft/?goto=oid%3A1.3.6.1.4.1.37476.9000.108.42531
Informations about the package oidplus-wtf-plugin
frdl-oidplus-wtf-plugin
Shimmy shimmy WTF functions polyfill
OIDplus location
Copy the plugin to plugins/frdl/publicPages/zzzzzzzz_wtf wtf this MUST run as LAST publicPages Plugin!
WTF is this?
In short:
I definitely do NOT like worpress code. This SHOULD be a reason we MUST shim it to the OIDplus core!
Inspired by
Example:
https://gist.github.com/wehowski/d16a4ce9cdeb5da1e90f9a7b28b6ffdb#file-plugin-php
Plugins:
The additional plugins Plugin (this one) is searching for pluginfiles in:
- userdata/plugins/{vendor}/{plugintype}/{pluginname}/wtf-plugin.php
- userdata/{tenantdir}/{vendor}/{plugintype}/{pluginname}/wtf-plugin.php
- plugins/{vendor}/{plugintype}/{pluginname}/wtf-plugin.php <--- Old/regular Plugins
- userdata_pub/plugins/{vendor}/{plugintype}/{pluginname}/wtf-plugin.php
- userdata_pub/{tenantdir}/{vendor}/{plugintype}/{pluginname}/wtf-plugin.php
If IO4 is installed, it uses its invoker method, otherwise a simple call_user_func, however for plugins this final callable/closure is optional to use or not.