Code Duplication    Length = 3-3 lines in 2 locations

classes/class-wetu-importer.php 2 locations

@@ 297-299 (lines=3) @@
294
				}
295
296
				$cropping = 'w';
297
				if ( isset( $this->options['cropping'] ) && '' !== $this->options['cropping'] ) {
298
					$cropping = $this->options['cropping'];
299
				}
300
301
				$this->image_scaling_url = 'https://wetu.com/ImageHandler/' . $cropping . $width . 'x' . $height . '/';
302
			}
@@ 1043-1045 (lines=3) @@
1040
				$defaults['height'] = $this->options['height'];
1041
			}
1042
1043
			if ( isset( $this->options['cropping'] ) && '' !== $this->options['cropping'] ) {
1044
				$defaults['cropping'] = $this->options['cropping'];
1045
			}
1046
		}
1047
1048
		$args = wp_parse_args( $args, $defaults );