PHP 8.2.31
Preview: google-presenter.php Size: 606 B
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php

<?php

namespace Yoast\WP\SEO\Presenters\Webmaster;

use Yoast\WP\SEO\Presenters\Abstract_Indexable_Tag_Presenter;

/**
 * Presenter class for the Google Search Console verification setting.
 */
class Google_Presenter extends Abstract_Indexable_Tag_Presenter {

	/**
	 * The tag key name.
	 *
	 * @var string
	 */
	protected $key = 'google-site-verification';

	/**
	 * Retrieves the webmaster tool site verification value from the settings.
	 *
	 * @return string The webmaster tool site verification value.
	 */
	public function get() {

		return $this->helpers->options->get( 'googleverify', '' );
	}
}

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
574 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
602 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
581 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
606 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
600 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
595 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).