- File: wordproof-app-config.php
- Full Path: /home/matthif/www/wp-content/plugins/wordpress-seo/src/config/wordproof-app-config.php
- Date Modified: 02/24/2024 11:29 PM
- 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;
}
}