Wordpress Plugins Structure
best wordpress plugins structure
by Mahmoud Zakaria · github.com/zakariamahmoud/wordpress-plugins-structure · website
★ 3stars
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/zakariamahmoud/wordpress-plugins-structure/archive/refs/heads/main.zip.
├── assets
│ ├── script.js
│ └── style.css
├── composer.json
├── inc
│ ├── Base
│ │ ├── Activate.php
│ │ ├── Deactivate.php
│ │ ├── Enqueue.php
│ │ └── SettingsLinks.php
│ ├── Init.php
│ └── Pages
│ └── Admin.php
├── index.php
├── readme.md
├── templates
│ └── admin.php
├── uninstall.php
├── vendor
│ ├── autoload.php
│ └── composer
│ ├── autoload_classmap.php
│ ├── autoload_namespaces.php
│ ├── autoload_psr4.php
│ ├── autoload_real.php
│ ├── autoload_static.php
│ ├── ClassLoader.php
│ ├── installed.json
│ └── LICENSE
└── wordpress-plugings-structure.php
7 directories, 23 files
Created by
- 🇲🇦 Mahmoud Zakaria
- 🌐 www.mahmoud.ma