diff --git a/includes/class-convertkit-post.php b/includes/class-convertkit-post.php index 58d1a4ab8..b13cf01b2 100644 --- a/includes/class-convertkit-post.php +++ b/includes/class-convertkit-post.php @@ -314,9 +314,9 @@ public function get_default_settings() { $defaults = array( 'form' => '-1', // -1: Plugin Default Form, 0: No Form, 1+: Specific Form ID on ConvertKit. - 'landing_page' => '', - 'tag' => '', - 'restrict_content' => '', + 'landing_page' => '0', // 0: None, 1+: Specific Landing Page ID. + 'tag' => '0', // 0: None, 1+: Specific Tag ID. + 'restrict_content' => '0', // 0: None, form_ / tag_ / product_: restrict to that resource. ); /**