getThumbnail( $ID, $pg, $generate_if_missing ); } /** * Removes all metadata related to a thumbnail for the given attachment ID(s). This allows * the plugin to attempt to re-generate the thumbnail for this attachment next time it * is requested in a gallery or through some other means. * * @param int|int[] $ids Which thumbnails to delete. */ public static function deleteThumbnails( $ids ) { DG_Thumb::purgeThumbs( $ids ); } }