PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 2.5.1
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v2.5.1
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 2.3.1 2.3.2 2.3.3 All 194 releases
← All changes | includes/class-convertkit-post.php +3 -3 3.3.72.5.1 View file →
@@ -313,11 +313,11 @@
313 313 public function get_default_settings() {
314 314
315 315 $defaults = array(
316 316 'form' => '-1', // -1: Plugin Default Form, 0: No Form, 1+: Specific Form ID on ConvertKit.
317 - 'landing_page' => '0', // 0: None, 1+: Specific Landing Page ID.
318 - 'tag' => '0', // 0: None, 1+: Specific Tag ID.
319 - 'restrict_content' => '0', // 0: None, form_<id> / tag_<id> / product_<id>: restrict to that resource.
317 + 'landing_page' => '',
318 + 'tag' => '',
319 + 'restrict_content' => '',
320 320 );
321 321
322 322 /**
323 323 * The default settings, used to populate the Post's Settings when a Post has no Settings.