wp-update-server-plugin/vendor/yahnis-elsts/wp-update-server/package-assets/icons
2025-05-25 16:31:17 -06:00
..
readme.md Initial Commit 2025-05-25 16:31:17 -06:00

The icons directory is the place to store plugin icons. When the user goes to "Dashboard -> Updates", the appropriate icon will be displayed next to the plugin name in the list of available updates. Icons are optional. If your plugin doesn't have an icon, WordPress will display a placeholder image.

Icons must be in the PNG, JPG or SVG format. Each plugin can have up to three icon files:

  • $slug-128x128.png or $slug-128x128.jpg
  • $slug-256x256.png or $slug-256x256.jpg
  • $slug.svg

See the WordPress.org documentation on plugin assets for more information.