Initial commit of WordPress Plugin Starter Template for AI Coding
Some checks failed
Tests / PHP 7.0 (push) Has been cancelled
Tests / PHP 7.4 (push) Has been cancelled
Tests / PHP 8.0 (push) Has been cancelled
Tests / Code Style (push) Has been cancelled
Sync Wiki / Sync Wiki to GitHub (push) Has been cancelled
Release / Build and Release (push) Has been cancelled

This commit is contained in:
2025-04-18 03:09:39 +01:00
commit c7b590870c
46 changed files with 3198 additions and 0 deletions

26
assets/banner/README.md Normal file
View File

@ -0,0 +1,26 @@
# Banner Images
This directory contains banner images for the plugin.
## Required Files
- `banner-772x250.png`: Regular banner image (772x250 pixels)
- `banner-1544x500.png`: Retina banner image (1544x500 pixels)
## Design Guidelines
- Keep the design simple and focused
- Ensure text is readable
- Use high-quality images
- Use consistent branding (colors, fonts, etc.)
- Test how the banner looks at different sizes
## Creating Banner Images
1. Use a design tool like Photoshop, GIMP, or Figma
2. Create a canvas with the correct dimensions
3. Add your plugin name, logo, and a brief description
4. Use colors that match your plugin's branding
5. Export as PNG or JPG
For more information about WordPress.org plugin assets, see the `.wordpress-org/WORDPRESS_ORG_ASSETS.md` file.