🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 13:51:28 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
plugins
/
google-site-kit
/
includes
/
Core
/
Authentication
📍 /home/eliteewa/public_html/wp-content/plugins/google-site-kit/includes/Core/Authentication
🔄 Refresh
✏️
Editing: Verification_File.php
Writable
<?php /** * Class Google\Site_Kit\Core\Authentication\Verification_File * * @package Google\Site_Kit * @copyright 2021 Google LLC * @license https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * @link https://sitekit.withgoogle.com */ namespace Google\Site_Kit\Core\Authentication; use Google\Site_Kit\Core\Storage\User_Setting; /** * Class representing the site verification file token for a user. * * @since 1.1.0 * @access private * @ignore */ final class Verification_File extends User_Setting { /** * User option key. */ const OPTION = 'googlesitekit_site_verification_file'; }
💾 Save Changes
❌ Cancel