Sid Gifari File Manager
🏠 Root
/
home
/
holapaeltv
/
www
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
conditionals
/
📝 Editing: aioseo-v4-importer-conditional.php
<?php namespace Yoast\WP\SEO\Conditionals; /** * Feature flag conditional for the AIOSEO V4 importer. */ class AIOSEO_V4_Importer_Conditional extends Feature_Flag_Conditional { /** * Returns the name of the AiOSEO feature flag. * * @return string The name of the feature flag. */ protected function get_feature_flag() { return 'AIOSEO_V4_IMPORTER'; } }
💾 Save
❌ Cancel
Sid Gifari File Manager v1.0 | Terminal Auto-Sync Enabled | Current Path: /home/holapaeltv/www/wp-content/plugins/wordpress-seo/src/conditionals