Skip to content

Commit

Permalink
Rename feature flag once again
Browse files Browse the repository at this point in the history
  • Loading branch information
leonidasmi committed Jan 3, 2025
1 parent 04dc0fc commit b9b2d09
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 SITE_KIT_FEATURE feature flag.
* Conditional for the GOOGLE_SITE_KIT_FEATURE feature flag.
*/
class Site_Kit_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 'SITE_KIT_FEATURE';
return 'GOOGLE_SITE_KIT_FEATURE';
}
}

0 comments on commit b9b2d09

Please sign in to comment.