calypso_use_newsletter_settings

calypso_use_newsletter_settings

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.12.6

apply_filters('calypso_use_newsletter_settings') is found 1 times:

  • /modules/masterbar/admin-menu/class-admin-menu.php line 398
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
         * @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 (
        /**
calypso_use_newsletter_settings - WordPress Hooks

calypso_use_newsletter_settings

calypso_use_newsletter_settings

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.12.5

apply_filters('calypso_use_newsletter_settings') is found 1 times:

  • /modules/masterbar/admin-menu/class-admin-menu.php line 398
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
         * @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 (
        /**