PATH:
home
/
letacommog
/
morandas1
/
wp-content
/
plugins
/
wordpress-seo
/
deprecated
/
admin
/
google-search-console
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin */ /** * Class WPSEO_GSC_Config. * * @deprecated 12.5 * * @codeCoverageIgnore */ class WPSEO_GSC_Config { /** * The Google search console configuration. * * @deprecated 12.5 * * @codeCoverageIgnore * * @var array */ public static $gsc = [ 'application_name' => '', 'client_id' => '', 'client_secret' => '', 'redirect_uri' => '', 'scopes' => [], ]; }
[+]
..
[-] class-gsc-mapper.php
[edit]
[-] class-gsc-issue.php
[edit]
[-] class-gsc-issues.php
[edit]
[-] class-gsc-count.php
[edit]
[-] class-gsc-marker.php
[edit]
[-] class-gsc-table.php
[edit]
[-] class-gsc-modal.php
[edit]
[-] class-gsc-ajax.php
[edit]
[-] class-gsc-settings.php
[edit]
[-] class-gsc-config.php
[edit]
[-] class-gsc-service.php
[edit]
[-] class-gsc-platform-tabs.php
[edit]
[-] class-gsc-bulk-action.php
[edit]
[-] class-gsc-category-filters.php
[edit]