manifest / unclassified / plugin-skeleton
@TODO RW Demo Plugin
@TODO A plugin to sticky an buddxpress avtivity
by @TODO Frank Staude · github.com/rpi-virtuell/plugin-skeleton · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/rpi-virtuell/plugin-skeleton/archive/refs/heads/master.zipDeclares an update source (@TODO https://github.com/rpi-virtuell/plugin-skeleton), so updates arrive through the plugin's own updater.
From the readme
plugin-skeleton
Grundgerüst für Plugins wir wir sie bei RPI bauen.
Alles in Klassen, eine Datei pro Klasse im inc Verzeichnis. Namensschema Klassenname.php, damit der Autoloader sie findet.
Eine Klasse RWDemoPluginInstallation liegt in der Datei inc/RWDemoPluginInstallation.php.