Files
tysweld.com/wp-content/plugins/webp-express/lib/dismissable-global-messages/0.19.0/meet-ffmpeg-better-than-ewww.php
2025-02-24 22:33:42 +01:00

18 lines
538 B
PHP

<?php
namespace WebPExpress;
$msgId = '0.19.0/meet-ffmpeg-better-than-ewww';
DismissableGlobalMessages::printDismissableMessage(
'info',
'WebP Express 0.19.0 introduced a new conversion method: ffmpeg. ' .
'You may consider moving it above ewww, as ffmpeg supports the "Auto" WebP encoding option ' .
'(encoding to both lossy and lossless and then selecting the smallest)',
$msgId,
[
['text' => 'Take me to the settings', 'redirect-to-settings' => true],
['text' => 'Dismiss'],
]
);