| @@ -10,5 +10,8 @@ | ||
| 10 | 10 | const FEATURE_NAME = 'subscriptions'; |
| 11 | 11 | const BLOCK_NAME = 'jetpack/' . FEATURE_NAME; |
| 12 | 12 | const NEWSLETTER_COLUMN_ID = 'newsletter_access'; |
| 13 | 13 | const META_NAME_FOR_POST_LEVEL_ACCESS_SETTINGS = '_jetpack_newsletter_access'; |
| 14 | +const META_NAME_FOR_POST_DONT_EMAIL_TO_SUBS = '_jetpack_dont_email_post_to_subs'; | |
| 14 | 15 | const META_NAME_FOR_POST_TIER_ID_SETTINGS = '_jetpack_newsletter_tier_id'; |
| 16 | +const META_NAME_CONTAINS_PAYWALLED_CONTENT = '_jetpack_memberships_contains_paywalled_content'; | |
| 17 | +const META_NAME_CONTAINS_PAID_CONTENT = '_jetpack_memberships_contains_paid_content'; | |