📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 11:28:31
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
wpseo-local
/
classes
/
schema
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/wpseo-local/classes/schema
🔄 Refresh
✏️
Editing: class-schema-ids.php
Writable
<?php /** * @package WPSEO_Local\Frontend\Schema */ /** * Class WPSEO_Local_Schema_IDs. * * Defines all `@id` hashes we need throughout Local SEO's Schema. * * @property WPSEO_Schema_Context $context A value object with context variables. * @property array $options Local SEO options. */ class WPSEO_Local_Schema_IDs { /** * @var string */ const PLACE_ID = '#local-place'; /** * @var string */ const ADDRESS_ID = '#local-place-address'; /** * @var string */ const ORGANIZATION_ID = '#local-organization'; /** * @var string */ const ORGANIZATION_LOGO = '#local-org-logo'; /** * @var string */ const LIST_ID = '#list'; }
💾 Save Changes
❌ Cancel