https://github.com/cloudsteak/wp-plugin-demo
Demo WP Plugin
https://github.com/cloudsteak/wp-plugin-demo
Last synced: 9 months ago
JSON representation
Demo WP Plugin
- Host: GitHub
- URL: https://github.com/cloudsteak/wp-plugin-demo
- Owner: cloudsteak
- License: mit
- Created: 2024-01-30T12:27:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-09T15:40:06.000Z (over 2 years ago)
- Last Synced: 2025-04-08T19:57:12.163Z (about 1 year ago)
- Language: PHP
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wp-plugin-demo
Demo WP Plugin
## Installation
1. Login to your WordPress admin panel, navigate to Plugins, and click Add New.
2. Upload the required zip file from builds folder.
## Development
### Clean builds
```bash
make clean
```
### Build
```bash
make build
```
### Full build (clean & build)
```bash
make full-build
```