calypso_use_newsletter_settings
calypso_use_newsletter_settings
Appears in: jetpack.12.5, jetpack.12.6
Hook Type: filter
Displaying hooks found in version: jetpack.12.6apply_filters('calypso_use_newsletter_settings') is found 1 times:
- /modules/masterbar/admin-menu/class-admin-menu.php line 398
* @module masterbar * * @param bool false Enable newsletter setting section? Default to false. */ apply_filters( 'calypso_use_newsletter_settings', false ) ) { add_submenu_page( 'options-general.php', esc_attr__( 'Newsletter', 'jetpack' ), __( 'Newsletter', 'jetpack' ), 'manage_options', 'https://wordpress.com/settings/newsletter/' . $this->domain, null, 7 ); } if ( /**