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/icon/README.md Normal file
View File

@ -0,0 +1,26 @@
# Icon Images
This directory contains icon images for the plugin.
## Required Files
- `icon-128x128.png`: Regular icon image (128x128 pixels)
- `icon-256x256.png`: Retina icon image (256x256 pixels)
## Design Guidelines
- Keep the design simple and recognizable
- Use a transparent background
- Ensure the icon is visible at small sizes
- Use consistent branding (colors, fonts, etc.)
- Test how the icon looks at different sizes
## Creating Icon Images
1. Use a design tool like Photoshop, GIMP, or Figma
2. Create a canvas with the correct dimensions
3. Add your plugin logo or a simple graphic that represents your plugin
4. Use colors that match your plugin's branding
5. Export as PNG with transparency
For more information about WordPress.org plugin assets, see the `.wordpress-org/WORDPRESS_ORG_ASSETS.md` file.