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
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:
39
assets/README.md
Normal file
39
assets/README.md
Normal file
@ -0,0 +1,39 @@
|
||||
# Plugin Assets
|
||||
|
||||
This directory contains assets for the plugin, including:
|
||||
|
||||
- `banner/`: Banner images for the plugin
|
||||
- `icon/`: Icon images for the plugin
|
||||
- `screenshots/`: Screenshots of the plugin in action
|
||||
|
||||
These assets are used in the plugin's WordPress.org page and in the plugin itself.
|
||||
|
||||
## Asset Requirements
|
||||
|
||||
### Banner
|
||||
|
||||
- Regular: 772x250 pixels
|
||||
- Retina: 1544x500 pixels
|
||||
- PNG or JPG format
|
||||
|
||||
### Icon
|
||||
|
||||
- Regular: 128x128 pixels
|
||||
- Retina: 256x256 pixels
|
||||
- PNG format with transparency
|
||||
|
||||
### Screenshots
|
||||
|
||||
- Should be at least 1200 pixels wide
|
||||
- PNG or JPG format
|
||||
- Should demonstrate the plugin's functionality
|
||||
|
||||
## Adding Assets
|
||||
|
||||
When adding new assets:
|
||||
|
||||
1. Place the files in the appropriate directory
|
||||
2. Update the readme.txt file to reference the new screenshots
|
||||
3. Update the WordPress.org assets if the plugin is published there
|
||||
|
||||
For more information about WordPress.org plugin assets, see the `.wordpress-org/WORDPRESS_ORG_ASSETS.md` file.
|
Reference in New Issue
Block a user