• ' . sprintf( __( 'Great news: you can, with %1$s!', 'wordpress-seo' ), 'Yoast SEO Premium' ) . '

    '; $popup_content .= '

    ' . sprintf( /* translators: %s expands to 'Yoast SEO Premium'. */ __( 'Other benefits of %s for you:', 'wordpress-seo' ), 'Yoast SEO Premium' ) . '

    '; $popup_content .= ''; $premium_popup = new WPSEO_Premium_Popup( 'add-keyword', 'h1', $popup_title, $popup_content, WPSEO_Shortlinker::get( 'https://yoa.st/add-keywords-popup' ) ); echo $premium_popup->get_premium_message(); return ob_get_clean(); } /** * Returns an empty string because this tab has no content * * @return string */ public function content() { return ''; } }