Yoast\WP\SEO\Conditionals
Check_Required_Version_Conditional{}└─ Feature_Flag_Conditional
Conditional for the CHECK_REQUIRED_VERSION feature flag.
Хуков нет.
Использование
$Check_Required_Version_Conditional = new Check_Required_Version_Conditional(); // use class methods
Методы
- protected get_feature_flag()
Код Check_Required_Version_Conditional{} Check Required Version Conditional{} Yoast 26.5
class Check_Required_Version_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 'CHECK_REQUIRED_VERSION';
}
}