Post_Thumbnail::offsetUnset( $offset )
Source
File: src/Tribe/Utils/Post_Thumbnail.php
public function offsetUnset( $offset ) {
$this->data = $this->fetch_data();
unset( $this->data[ $offset ] );
}
File: src/Tribe/Utils/Post_Thumbnail.php
public function offsetUnset( $offset ) {
$this->data = $this->fetch_data();
unset( $this->data[ $offset ] );
}