* @package WPSEO\Frontend
* This class handles the Twitter card functionality.
* @link https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/abouts-cards
* Instance of this class.
public $shown_images = [];
public function __construct() {
_deprecated_function( __METHOD__, 'WPSEO 14.0' );
* Outputs the Twitter Card code on singular pages.
public function twitter() {
_deprecated_function( __METHOD__, 'WPSEO 14.0' );
* Get the singleton instance of this class.
public static function get_instance() {
_deprecated_function( __METHOD__, 'WPSEO 14.0' );