Yoast\WP\SEO\Conditionals
Updated_Importer_Framework_Conditional{}
Feature flag conditional for the updated importer framework.
Хуков нет.
Использование
$Updated_Importer_Framework_Conditional = new Updated_Importer_Framework_Conditional(); // use class methods
Методы
- protected get_feature_flag()
Код Updated_Importer_Framework_Conditional{} Updated Importer Framework Conditional{} Yoast 24.4
class Updated_Importer_Framework_Conditional extends Feature_Flag_Conditional { /** * Returns the name of the updated importer framework feature flag. * * @return string The name of the feature flag. */ protected function get_feature_flag() { return 'UPDATED_IMPORTER_FRAMEWORK'; } }