Please read documentation.
https://developer.wordpress.org/plugins/wordpress-org/plugin-assets/#plugin-icons
Filenames #Filenames
Normal: icon-128×128.(png|jpg)
High-DPI (Retina): icon-256×256.(png|jpg)
SVG: icon.svg
Related Posts:
- How to implement WordPress plugin update that modifies the database?
- Update plugin from personal API
- How to create a WordPress plugin for another wordpress plugin?
- Customize plugin update “new version is available” text
- plugin wants to update to wrong plugin
- Plugin child folder?
- Display update notification messages like ‘What’s New’
- get 404 when accessing wp-admin/plugin-install.php
- How to test ‘upgrader_process_complete’ hook in plugin development?
- Redirect to another page using contact form 7? [closed]
- How to add update function to plugin without adding it to https://wordpress.org/plugins/ [closed]
- How to prepare (compress/zip) a plugin to enable updating instead of adding new instance?
- Custom Plugin Update
- Update a previous version of plugin when the new plugin is built from the scratch
- Custom plugin which downloads updates from custom endpoint, extracts new version zip into a new name
- How to update changes to multiple sites at the same time
- How to Enfroce Domain Licensing Limits? [closed]
- How to Replicate Elementor Licensing Model
- how to update wordpress plugin programmatically using plugin path
- Loading external page template and enqueue script from plugin causes 403 forbidden error
- WordPress plugin from own server
- How to avoid plugin name conflicts from the upgrade notifier?
- Show Similar Post Titles ( Similar to Stack Exchange )
- Is their any way to Extend WPDB class and Overwrite the Default Query Function
- Add content to /wp-admin/plugin-install.php admin screens
- How do I only load a plugin js on it’s settings pages?
- Need a function for changing saved post_date or post_date_gmt to relative time in wordpress
- Activate Plugin which is in subfolder?
- Adding dynamic section to WordPress
- Use functionality of 2 wordpress plugins
- Under which circumstances is the .maintenance file not deleted?
- Autoload via composer in plugin interference
- Add Fields with Sub-Fields to WP Job Manager
- Can WordPress plugins “Talk to each other”?
- How do I store information in a dynamic block in WordPress?
- How to create custom embed block in gutenberg wordpress
- Plugin exceeds memory limit
- Find the URL of the current plugin directory
- How can sanitize $_FILES[‘haq_slider’] field
- How to trigger $_GET request within admin plugin page?
- Plugin Paths Issue
- How to generate video out of images via WordPress plugin
- Woocommerce plugin for minimum order and add-to-card-step
- UnInstallation of a Plugin from a developers perspective – The correct and clean method
- Get plugin option in another PHP file
- Using a post-signup hook to get user details
- How to apply a patch via plugin?
- wp_remote_get() returns 403 while file_get_contents() does not
- Two problems on my WordPress installation [closed]
- How to set add question capability for author role in wp pro quiz plugin
- Unable to delete custom post types, confusion around capabilities
- Getting wp.me shortlink for wordpress custom post type
- where is the main file in this plugin?
- Remove .htaccess portion upon plugin deactivation?
- First plugin, problem with get_pages
- Plugin onclick button activate other plugin
- Translation issue with global variables
- what is the point of telling add_filter how many parameters you want passed to the function?
- How to add category and subcategory in WordPress custom code?
- Structuring function with registration_errors hook
- Can’t create tables with my plugin
- Yoast SEO Plug In and my Theme duplicating code. Need some feedback on what to do? [closed]
- using wp_cache in plugin
- Should I use the action in the plugin’s main file?
- wp_query ‘s’ parameter does not work with WC_AJAX
- Monitor all the queriers executed by my website
- Dotenv file in custom plugin
- wordpress plugin add page when activate
- Problem with MEMCACHE and Redis with wp_options
- Getting the same post on my related post
- I want to schedule email (date, time is in database->table) wp_schedule_event() not working
- How to remove WordPress Default Comment? not Facebook
- How to use Datatable with Ajax when creating plugin on WordPress?
- Create survey that redirects to sidebar menu customized to answers
- Uploading images to custom table
- Changing author slug for a custom role without using plugin
- plugin operation launch every time i click on page
- Plugin Version List not Shown
- WP options plugin setting not saving the selected checkboxes
- How can I customize Easy Appointment plugin?
- How to get post that has non zero or greater than zero meta value
- How to change meta data(title, description) for current post?
- how to add custom css at top above all css file for specific url
- Coming soon pages with rest of site in maintenance mode
- insert multiple entries in database using a loop issue
- Web Application Framework Compatibility with WP Plugin
- Plugin Works, but Widget Doesn’t
- Plugin loaded, but not running
- Merge custom plugins in one folder
- Execute certain function on GET request
- Filter EVERY category link with my plugin
- Undefined variable _POST
- Embed php code in custom field of a plugin [closed]
- Why haven’t I see plugins using get_file_data to handle retrieving plugin version?
- add_meta_box showing blank screen in my page
- is_user_logged_in() undefined at shutdown in plugin context
- What are Seeds? [closed]
- Shortcode cannot parse attributes within double quotes. ” is becoming ” breaking my shortcode
- Plugin translations are not loaded from translate.wordpress.org
- Use inline callable for hooks and filters