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
Hook Type: filter
Displaying hooks found in version: jetpack.14.0apply_filters('jetpack_subscription_site_enabled') is found 1 times:
- /_inc/lib/admin-pages/class-jetpack-redux-state-helper.php line 247
'isOdysseyStatsEnabled' => Stats_Options::get_option( 'enable_odyssey_stats' ), 'shouldInitializeBlaze' => Blaze::should_initialize(), 'isBlazeDashboardEnabled' => Blaze::is_dashboard_enabled(), 'socialInitialState' => self::get_publicize_initial_state(), 'isSubscriptionSiteEnabled' => apply_filters( 'jetpack_subscription_site_enabled', false ), 'newsletterDateExample' => gmdate( get_option( 'date_format' ), time() ), 'subscriptionSiteEditSupported' => $current_theme->is_block_theme(), ); } /**