-
Notifications
You must be signed in to change notification settings - Fork 138
Description
Feature Description
The WebP Uploads plugin exposes one admin setting on the Media > Uploading Files setting section:
However, there is no Settings link pointing to /wp-admin/options-media.php#perflab_generate_webp_and_jpeg in the plugin action links for WebP Uploads:
Compare with a plugin like Web Stories (added via the plugin_action_links filter):
This would help with discovery and address a complaint we've seen about an installed plugin not having any settings. Otherwise, the user has to read the plugin description for this information:
This plugin adds WebP support for media uploads within the WordPress application. WebP images will be generated only for new uploads, pre-existing imagery will not be converted to WebP format. By default, WebP images will only be generated for JPEG uploads, only the original uploaded file will still exist as a JPEG image. All generated image sizes will exist as WebP only. If you wish to change this behaviour, there is a checkbox in
Settings > Mediathat – when checked – will alter the behaviour of this plugin to generate both JPEG and WebP images for every sub-size (noting again that this will only affect newly uploaded images, i.e. after making said change).


