HEX
Server: Apache/2
System: Linux s01 6.1.0-34-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.135-1 (2025-04-25) x86_64
User: beestg (1003)
PHP: 8.3.25
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/beestg/public_html/wp-content/plugins/jetpack/extensions/blocks/subscriptions/constants.php
<?php
/**
 * Constants for the subscriptions Block.
 *
 * @package automattic/jetpack
 */

namespace Automattic\Jetpack\Extensions\Subscriptions;

const FEATURE_NAME                             = 'subscriptions';
const BLOCK_NAME                               = 'jetpack/' . FEATURE_NAME;
const NEWSLETTER_COLUMN_ID                     = 'newsletter_access';
const META_NAME_FOR_POST_LEVEL_ACCESS_SETTINGS = '_jetpack_newsletter_access';
const META_NAME_FOR_POST_DONT_EMAIL_TO_SUBS    = '_jetpack_dont_email_post_to_subs';
const META_NAME_FOR_POST_TIER_ID_SETTINGS      = '_jetpack_newsletter_tier_id';
const META_NAME_CONTAINS_PAYWALLED_CONTENT     = '_jetpack_memberships_contains_paywalled_content';
const META_NAME_CONTAINS_PAID_CONTENT          = '_jetpack_memberships_contains_paid_content';