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
27 lines
827 B
Markdown
27 lines
827 B
Markdown
# 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.
|