• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Yoast / wordpress-seo / ee13b2bae78d01d3082dce167d12a68548834213

26 Aug 2025 02:07PM UTC coverage: 53.195% (-0.08%) from 53.276%
ee13b2bae78d01d3082dce167d12a68548834213

Pull #22532

github

vraja-pro
fix js docs
Pull Request #22532: Merge `feature/bf-2025` into `trunk`

8344 of 15215 branches covered (54.84%)

Branch coverage included in aggregate %.

13 of 139 new or added lines in 35 files covered. (9.35%)

178 existing lines in 9 files now uncovered.

31621 of 59914 relevant lines covered (52.78%)

39851.38 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/packages/js/src/components/modals/MultiKeyphraseUpsellModal.js
1
import { __ } from "@wordpress/i18n";
2
import { UpsellModal } from "../modals/UpsellModal";
3

4
/**
5
 * MultiKeyphraseUpsellModal component.
6
 *
7
 * @param {boolean} isOpen If the modal is open.
8
 * @param {function} closeModal The function to close the modal.
9
 * @param {string} id The ID of the modal.
10
 * @param {string} upsellLink The upsell link.
11
 *
12
 * @returns {JSX.Element} The rendered modal.
13
 */
NEW
14
export const MultiKeyphraseUpsellModal = ( { isOpen, closeModal, id, upsellLink } ) => {
×
NEW
15
        return <UpsellModal
×
16
                isOpen={ isOpen }
17
                onClose={ closeModal }
18
                id={ id }
19
                upsellLink={ upsellLink }
20
                title={ __( "Cover more search intent with related keyphrases", "wordpress-seo" ) }
21
                description={ __( "Optimize for up to 5 keyphrases to shape your content around different themes, audiences, and angles - helping it get discovered by a wider audience.", "wordpress-seo" ) }
22
                note={ __( "Fine-tune your content for every audience", "wordpress-seo" ) }
23
                modalTitle={ __( "Target multiple keyphrases", "wordpress-seo" ) }
24
                ctbId="f6a84663-465f-4cb5-8ba5-f7a6d72224b2"
25
        />;
26
};
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc