# wordpress-seo/27.9/src/conditionals/updated-importer-framework-conditional.php

Yoast SEO – Advanced SEO with real-time guidance and built-in AI, version 27.9. 19 lines.

- Page: https://pluginprobe.com/plugins/wordpress-seo/27.9/code/src/conditionals/updated-importer-framework-conditional.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/27.9/raw/src/conditionals/updated-importer-framework-conditional.php
- Modified: 2022-02-22T10:03:02+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wordpress-seo/27.9/code/src/conditionals/updated-importer-framework-conditional.php#L10-L20`.

```php
<?php

namespace Yoast\WP\SEO\Conditionals;

/**
 * Feature flag conditional for the updated importer framework.
 */
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';
	}
}

```
