' . esc_html__( 'Excluded posts settings', 'wordpress-seo' ) . ''; echo '

'; printf( /* Translators: %1$s: expands to '1,2,99,100' */ esc_html__( 'You can exclude posts from the sitemap by entering a comma separated string with the Post ID\'s. The format will become something like: %1$s.', 'wordpress-seo' ), '1,2,99,100' ); echo '

'; $yform->textinput( 'excluded-posts', __( 'Posts to exclude', 'wordpress-seo' ) );