diff --git a/plugins/webp-uploads/settings.php b/plugins/webp-uploads/settings.php index 78cccb2140..95ccbb311b 100644 --- a/plugins/webp-uploads/settings.php +++ b/plugins/webp-uploads/settings.php @@ -79,7 +79,19 @@ function webp_uploads_add_media_settings_fields(): void { add_settings_section( 'perflab_modern_image_format_settings', _x( 'Modern Image Formats', 'settings page section name', 'webp-uploads' ), - '__return_empty_string', + static function (): void { + printf( + '
%s
', + wp_kses( + sprintf( + /* translators: %s: URL to the plugin FAQ on WordPress.org */ + __( 'If modern format images are not being generated after upload, see the FAQ for common reasons.', 'webp-uploads' ), + 'https://wordpress.org/plugins/webp-uploads/#faq' + ), + array( 'a' => array( 'href' => array() ) ) + ) + ); + }, 'media', array( 'before_section' => '