Plugin Updates

This commit is contained in:
Tony Volpe
2024-03-19 15:33:31 +00:00
parent ff5b56dc44
commit 3a70a6e4bf
317 changed files with 8178 additions and 2933 deletions

View File

@@ -122,7 +122,7 @@ class Main extends \Imagify_AS3CF_Deprecated {
* WebP images to display with a <picture> tag.
*
* @since 1.9
* @see \Imagify\Webp\Picture\Display->process_image()
* @see \Imagify\Picture\Display->process_image()
* @author Grégory Viguier
*
* @param array $data An array of data for this image.
@@ -443,7 +443,7 @@ class Main extends \Imagify_AS3CF_Deprecated {
}
foreach ( $paths as $size_name => $file_path ) {
if ( 'thumb' === $size_name || 'backup' === $size_name || $process->is_size_webp( $size_name ) ) {
if ( 'thumb' === $size_name || 'backup' === $size_name || $process->is_size_next_gen( $size_name ) ) {
continue;
}