Sindbad~EG File Manager

Current Path : /proc/self/cwd/wp-content/plugins/wordpress-seo/src/presenters/twitter/
Upload File :
Current File : //proc/self/cwd/wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php

<?php

namespace Yoast\WP\SEO\Presenters\Twitter;

use Yoast\WP\SEO\Presenters\Abstract_Indexable_Tag_Presenter;

/**
 * Presenter class for the Twitter creator.
 */
class Creator_Presenter extends Abstract_Indexable_Tag_Presenter {

	/**
	 * The tag key name.
	 *
	 * @var string
	 */
	protected $key = 'twitter:creator';

	/**
	 * Gets the raw value of a presentation.
	 *
	 * @return string The raw value.
	 */
	public function get() {
		return $this->presentation->twitter_creator;
	}
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists