| @@ -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. |