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
2.1 KiB
2.1 KiB
WordPress.org Plugin Assets
This directory contains assets for the WordPress.org plugin repository. These assets are not included in the plugin itself but are used for the plugin's WordPress.org page.
Directory Structure
assets/
: Contains images and other assets for the WordPress.org plugin pagebanner-772x250.png
: Banner image for the plugin page (772x250 pixels)banner-1544x500.png
: Retina banner image (1544x500 pixels)icon-128x128.png
: Icon for the plugin (128x128 pixels)icon-256x256.png
: Retina icon (256x256 pixels)screenshot-1.png
: First screenshotscreenshot-2.png
: Second screenshot (if applicable)- etc.
Asset Requirements
Banner
- Regular: 772x250 pixels
- Retina: 1544x500 pixels
- PNG or JPG format
- The banner should be visually appealing and represent the plugin's purpose
Icon
- Regular: 128x128 pixels
- Retina: 256x256 pixels
- PNG format with transparency
- The icon should be simple and recognizable
Screenshots
- Should be at least 1200 pixels wide
- PNG or JPG format
- Should demonstrate the plugin's functionality
- Should be clear and easy to understand
WordPress.org Plugin Submission
When submitting a plugin to WordPress.org, you need to:
- Create a plugin ZIP file without the
.wordpress-org
directory - Upload the ZIP file to WordPress.org
- Upload the assets separately through the WordPress.org plugin repository interface
For more information, see WORDPRESS_ORG_SUBMISSION.md.
Asset Design Guidelines
- Use consistent branding (colors, fonts, etc.)
- Keep the design simple and focused
- Ensure text is readable
- Use high-quality images
- Test how assets look on different devices and screen sizes
Updating Assets
When updating assets:
- Replace the files in this directory
- Upload the new assets to WordPress.org through the plugin repository interface
- It may take some time for the changes to appear on WordPress.org
For more information about WordPress.org plugin assets, see WORDPRESS_ORG_ASSETS.md.