PATH:
home
/
letacommog
/
letacommunication
/
wp-content
/
plugins
/
google-site-kit
/
includes
/
Core
/
Authentication
<?php /** * Class Google\Site_Kit\Core\Authentication\Verification_Meta * * @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 meta tag for a user. * * @since 1.1.0 * @access private * @ignore */ final class Verification_Meta extends User_Setting { /** * User option key. */ const OPTION = 'googlesitekit_site_verification_meta'; }
[+]
..
[-] Credentials.php
[edit]
[-] Profile.php
[edit]
[-] Verification.php
[edit]
[-] Verification_Meta.php
[edit]
[-] Initial_Version.php
[edit]
[-] Authentication.php
[edit]
[-] Has_Connected_Admins.php
[edit]
[+]
Clients
[-] Has_Multiple_Admins.php
[edit]
[-] Google_Proxy.php
[edit]
[-] Owner_ID.php
[edit]
[-] Verification_File.php
[edit]
[+]
Exception
[-] User_Input_State.php
[edit]
[-] Disconnected_Reason.php
[edit]
[-] Connected_Proxy_URL.php
[edit]