' . esc_html__( 'Pinterest settings', 'wordpress-seo' ) . ''; printf( '
%s
', esc_html__( 'Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the "Add Open Graph meta data" setting on the Facebook tab enabled if you want to optimize your site for Pinterest.', 'wordpress-seo' ) ); printf( '%s
', esc_html__( 'If you have already confirmed your website with Pinterest, you can skip the step below.', 'wordpress-seo' ) ); echo ''; printf( /* translators: %1$s / %2$s expands to a link to pinterest.com's help page. */ esc_html__( 'To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:', 'wordpress-seo' ), '', '' ); echo '
'; $yform->textinput( 'pinterestverify', __( 'Pinterest confirmation', 'wordpress-seo' ) ); do_action( 'wpseo_admin_pinterest_section' );