📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 08:16:09
📂
/ (Root)
/
home
/
xeqi7597
/
cds.claireduwig.com
/
wp-content
/
plugins
/
slim-seo
/
src
/
Schema
/
Types
📍 /home/xeqi7597/cds.claireduwig.com/wp-content/plugins/slim-seo/src/Schema/Types
🔄 Refresh
✏️
Editing: Organization.php
Writable
<?php namespace SlimSEO\Schema\Types; class Organization extends Base { public function generate() { $schema = [ '@type' => 'Organization', '@id' => $this->id, 'url' => $this->url, 'name' => get_bloginfo( 'name' ), ]; return array_filter( $schema ); } }
💾 Save Changes
❌ Cancel