( // translators: %1$s expands to "llms.txt". __( "Enable %1$s file feature", "wordpress-seo" ), LABEL )
| 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 /> } |
no test coverage detected