File "wordproof-app-config.php"
Full Path: /home/ycoalition/public_html/blog/wp-admin/js/widgets/plugins/wordpress-seo/src/config/wordproof-app-config.php
File size: 525 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Yoast\WP\SEO\Config;
use YoastSEO_Vendor\WordProof\SDK\Config\DefaultAppConfig;
/**
* Class WordProof_App_Config.
*
* @package Yoast\WP\SEO\Config
*/
class Wordproof_App_Config extends DefaultAppConfig {
/**
* Returns the partner.
*
* @return string The partner.
*/
public function getPartner() {
return 'yoast';
}
/**
* Returns if the WordProof Uikit should be loaded from a cdn.
*
* @return bool True or false.
*/
public function getLoadUikitFromCdn() {
return false;
}
}