Skip to content

Commit

Permalink
Merge pull request #21945 from Yoast/sitekit-feature-flag
Browse files Browse the repository at this point in the history
Rename feature flag
  • Loading branch information
vraja-pro authored Jan 3, 2025
2 parents 7ef1977 + b9b2d09 commit 870b6c8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
namespace Yoast\WP\SEO\Conditionals;

/**
* Conditional for the SITEKIT_FEATURE feature flag.
* Conditional for the GOOGLE_SITE_KIT_FEATURE feature flag.
*/
class Sitekit_Feature_Conditional extends Feature_Flag_Conditional {
class Google_Site_Kit_Feature_Conditional extends Feature_Flag_Conditional {

/**
* Returns the name of the feature flag.
*
* @return string The name of the feature flag.
*/
protected function get_feature_flag() {
return 'SITEKIT_FEATURE';
return 'GOOGLE_SITE_KIT_FEATURE';
}
}

0 comments on commit 870b6c8

Please sign in to comment.