MCPcopy
hub / github.com/Yoast/wordpress-seo / sprintf

Function sprintf

packages/js/src/settings/routes/llms-txt.js:167–179  ·  view source on GitHub ↗
(
								// translators: %1$s expands to "llms.txt".
									__( "Enable %1$s file feature", "wordpress-seo" ),
									LABEL
								)

Source from the content-addressed store, hash-verified

165 name="wpseo.enable_llms_txt"
166 id="input-wpseo.enable_llms_txt"
167 label={ sprintf(
168 // translators: %1$s expands to "llms.txt".
169 __( "Enable %1$s file feature", "wordpress-seo" ),
170 LABEL
171 ) }
172 description={ sprintf(
173 // translators: %1$s expands to "llms.txt".
174 __(
175 "Enabling this feature generates and updates an %1$s file weekly that lists a selection of your site's content.",
176 "wordpress-seo"
177 ),
178 LABEL
179 ) }
180 className={ isOptIn ? "yst-popover-backdrop-highlight-button" : "" }
181 />
182 { isOptIn && <LlmTxtPopover /> }

Callers 15

site-basics.jsFile · 0.70
llms-txt.jsFile · 0.70
media-pages.jsFile · 0.70
breadcrumbs.jsFile · 0.70
homepage.jsFile · 0.70
format-archives.jsFile · 0.70
applyAssessmentMethod · 0.50
scoreAssessmentMethod · 0.50

Calls 1

__Function · 0.90

Tested by

no test coverage detected