File "coauthors-plus-flag-conditional.php"
Full path: /home/webide/saman-clinic.ir/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/coauthors-plus-flag-conditional.php
File size: 512 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Yoast\WP\SEO\Conditionals\Third_Party;
use Yoast\WP\SEO\Conditionals\Feature_Flag_Conditional;
/**
* Feature flag conditional for the CoAuthors Plus integration.
*
* @deprecated 19.12
* @codeCoverageIgnore
*/
class CoAuthors_Plus_Flag_Conditional extends Feature_Flag_Conditional {
/**
* Returns the name of the CoAuthors Plus integration feature flag.
*
* @return string The name of the feature flag.
*/
protected function get_feature_flag() {
return 'COAUTHORS_PLUS';
}
}