📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 11:25:38
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
wordpress-seo
/
admin
/
config-ui
/
components
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/wordpress-seo/admin/config-ui/components
🔄 Refresh
✏️
Editing: interface-component.php
Writable
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin\ConfigurationUI */ /** * Config Component interface. */ interface WPSEO_Config_Component { /** * Get onboarding wizard component identifier. * * @return string */ public function get_identifier(); /** * Get onboarding wizard component data. * * @return mixed */ public function get_data(); /** * Save changes. * * @param array $data Data provided by the API. * * @return mixed */ public function set_data( $data ); /** * Get onboarding wizard component field. * * @return WPSEO_Config_Field */ public function get_field(); }
💾 Save Changes
❌ Cancel