'.wpseo-tab-add-keyword', 'openButtonIcon' => 'plus', 'intl' => array( 'open' => __( 'Add keyword', 'wordpress-seo' ), 'modalAriaLabel' => sprintf( /* translators: %s expands to 'Yoast SEO Premium'. */ __( 'Get %s now!', 'wordpress-seo' ), 'Yoast SEO Premium' ), 'heading' => sprintf( /* translators: %s expands to 'Yoast SEO Premium'. */ __( 'Get %s now!', 'wordpress-seo' ), 'Yoast SEO Premium' ), ), 'classes' => array( 'openButton' => 'wpseo-add-keyword button button-link', ), 'content' => 'AddKeyword', ); $translations = new WPSEO_Add_Keyword_Modal(); $translations->enqueue_translations(); $benefits = new WPSEO_Premium_Benefits_List(); $benefits->enqueue_translations(); Yoast_Modal::add( $add_keyword_modal_config ); } // Keep the default Add Keyword button for Premium. On free it's replaced by React. ob_start(); ?>