PATH:
home
/
letacommog
/
latelier-beaute
/
wp-content
/
plugins
/
wordpress-seo
/
admin
/
google_search_console
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin */ /** * Class WPSEO_GSC_Config */ class WPSEO_GSC_Config { /** * @var array */ public static $gsc = array( 'application_name' => 'Yoast SEO', 'client_id' => '395430892738-ushj8aced0cji2j4bkq6bda6felaigb9.apps.googleusercontent.com', 'client_secret' => 'c2kYgOwMhk1emWxQ3NaA8wOi', 'redirect_uri' => 'urn:ietf:wg:oauth:2.0:oob', 'scopes' => array( 'https://www.googleapis.com/auth/webmasters' ), ); }
[+]
..
[-] class-gsc-mapper.php
[edit]
[-] class-gsc-ajax.php
[edit]
[-] class-gsc-issues.php
[edit]
[-] class-gsc-bulk-action.php
[edit]
[-] class-gsc-issue.php
[edit]
[-] class-gsc-settings.php
[edit]
[-] class-gsc-platform-tabs.php
[edit]
[+]
views
[-] class-gsc-marker.php
[edit]
[-] class-gsc-modal.php
[edit]
[-] class-gsc-table.php
[edit]
[-] class-gsc-count.php
[edit]
[-] class-gsc.php
[edit]
[-] class-gsc-service.php
[edit]
[-] class-gsc-category-filters.php
[edit]
[-] class-gsc-config.php
[edit]