plugin updates
This commit is contained in:
@@ -35,11 +35,11 @@ class WPSEO_Content_Images {
|
||||
}
|
||||
|
||||
$content_images = $this->get_img_tags_from_content( $content );
|
||||
$images = array_map( [ $this, 'get_img_tag_source' ], $content_images );
|
||||
$images = array_filter( $images );
|
||||
$images = array_unique( $images );
|
||||
$images = array_values( $images ); // Reset the array keys.
|
||||
|
||||
$images = array_map( [ $this, 'get_img_tag_source' ], $content_images );
|
||||
$images = array_filter( $images );
|
||||
$images = array_unique( $images );
|
||||
$images = array_values( $images ); // Reset the array keys.
|
||||
return $images;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user