📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 11:32:13
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
wordpress-seo
/
admin
/
config-ui
/
fields
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/wordpress-seo/admin/config-ui/fields
🔄 Refresh
✏️
Editing: class-field-person.php
Writable
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin\Configurator */ /** * Class WPSEO_Config_Field_Person_Name. */ class WPSEO_Config_Field_Person extends WPSEO_Config_Field { /** * WPSEO_Config_Field_Company_Or_Person constructor. */ public function __construct() { parent::__construct( 'publishingEntityPersonId', 'WordPressUserSelector' ); $this->set_property( 'label', __( 'The person', 'wordpress-seo' ) ); $this->set_requires( 'publishingEntityType', 'person' ); } /** * Sets the adapter. * * @param WPSEO_Configuration_Options_Adapter $adapter Adapter to register lookup on. */ public function set_adapter( WPSEO_Configuration_Options_Adapter $adapter ) { $adapter->add_option_lookup( $this->get_identifier(), 'company_or_person_user_id' ); } }
💾 Save Changes
❌ Cancel