Yoast\WP\SEO\Conditionals

Updated_Importer_Framework_Conditional{}Yoast 1.0

Feature flag conditional for the updated importer framework.

Хуков нет.

Использование

$Updated_Importer_Framework_Conditional = new Updated_Importer_Framework_Conditional();
// use class methods

Методы

  1. protected get_feature_flag()

Код Updated_Importer_Framework_Conditional{} Yoast 22.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';
	}
}