| @@ -137,21 +137,8 @@ | ||
| 137 | 137 | |
| 138 | 138 | } |
| 139 | 139 | |
| 140 | 140 | /** |
| 141 | - * Returns whether to import the thumbnail to the Featured Image. | |
| 142 | - * | |
| 143 | - * @since 2.6.3 | |
| 144 | - * | |
| 145 | - * @return bool | |
| 146 | - */ | |
| 147 | - public function import_images() { | |
| 148 | - | |
| 149 | - return ( $this->settings['import_images'] === 'on' ? true : false ); | |
| 150 | - | |
| 151 | - } | |
| 152 | - | |
| 153 | - /** | |
| 154 | 141 | * Returns the earliest date that Broadcasts should be imported, |
| 155 | 142 | * based on their published_at date. |
| 156 | 143 | * |
| 157 | 144 | * @since 2.2.9 |
| @@ -232,9 +219,8 @@ | ||
| 232 | 219 | 'author_id' => get_current_user_id(), |
| 233 | 220 | 'post_status' => 'publish', |
| 234 | 221 | 'category_id' => '', |
| 235 | 222 | 'import_thumbnail' => 'on', |
| 236 | - 'import_images' => '', | |
| 237 | 223 | |
| 238 | 224 | // By default, only import Broadcasts as Posts for the last 30 days. |
| 239 | 225 | 'published_at_min_date' => gmdate( 'Y-m-d', strtotime( '-30 days' ) ), |
| 240 | 226 | |