PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 2.5.5
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v2.5.5
3.4.4 3.4.3 3.4.2 3.4.1 3.4.0 3.3.9 3.3.8 3.3.7 3.3.6 3.3.5 3.3.4 3.3.3 3.3.2 3.3.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 All 197 releases
← All changes | includes/class-convertkit-settings-broadcasts.php +0 -14 3.3.22.5.5 View file →
@@ -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