📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 23:13:53
📂
/ (Root)
/
home
/
apkbfjox
/
7lgbet.pro
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
schema-aggregator
/
domain
/
enhancement
📍 /home/apkbfjox/7lgbet.pro/wp-content/plugins/wordpress-seo/src/schema-aggregator/domain/enhancement
🔄 Refresh
✏️
Editing: enhancement-config-interface.php
Writable
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\Schema_Aggregator\Domain\Enhancement; interface Enhancement_Config_Interface { /** * Get configuration value * * @param string $key Configuration key. * @param string|int|bool $the_default Default value. * * @return string|int|bool Configuration value. */ public function get_config_value( string $key, $the_default ); /** * Check if enhancement is enabled * * @param string $enhancement Enhancement name (e.g., 'article_body', 'keywords'). * * @return bool True if enabled. */ public function is_enhancement_enabled( string $enhancement ): bool; }
💾 Save Changes
❌ Cancel