jetpack_subscription_site_enabled
jetpack_subscription_site_enabled
Appears in: jetpack.13.2, jetpack.13.2.1, jetpack.13.3.1, jetpack.13.5, jetpack.13.6, jetpack.13.7, jetpack.13.8, jetpack.13.8.1, jetpack.13.9.1, jetpack.14.0, jetpack.14.1, jetpack.14.2.1, jetpack.14.3, jetpack.14.4.1, jetpack.14.5, jetpack.14.6, jetpack.14.7, jetpack.14.8, jetpack.14.9.1, jetpack.15.0, jetpack.15.1, jetpack.15.1.1
Hook Type: filter
Displaying hooks found in version: jetpack.15.1.1apply_filters('jetpack_subscription_site_enabled') is found 1 times:
- /_inc/lib/admin-pages/class-jetpack-redux-state-helper.php line 243
'useMyJetpackLicensingUI' => My_Jetpack_Initializer::is_licensing_ui_enabled(), 'isOdysseyStatsEnabled' => Stats_Options::get_option( 'enable_odyssey_stats' ), 'shouldInitializeBlaze' => Blaze::should_initialize(), 'isBlazeDashboardEnabled' => Blaze::is_dashboard_enabled(), 'isSubscriptionSiteEnabled' => apply_filters( 'jetpack_subscription_site_enabled', false ), 'newsletterDateExample' => gmdate( get_option( 'date_format' ), time() ), 'subscriptionSiteEditSupported' => $current_theme->is_block_theme(), /* This filter is already documented in jetpack/modules/subscriptions.php */ 'isWpAdminSubscriberManagementEnabled' => apply_filters( 'jetpack_wp_admin_subscriber_management_enabled', false ), ); }