📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 07:35:32
📂
/ (Root)
/
home
/
xeqi7597
/
cds.claireduwig.com
/
wp-content
/
plugins
/
slim-seo
/
src
/
Migration
📍 /home/xeqi7597/cds.claireduwig.com/wp-content/plugins/slim-seo/src/Migration
🔄 Refresh
✏️
Editing: Factory.php
Writable
<?php namespace SlimSEO\Migration; class Factory { public static function make( string $source ): ?Sources\Source { switch ( $source ) { case 'yoast': return new Sources\Yoast; case 'aioseo': return new Sources\AIOSEO; case 'seo-framework': return new Sources\SEOFramework; case 'rank-math': return new Sources\RankMath; case 'seopress': return new Sources\SEOPress; case 'squirrly': return new Sources\SquirrlySEO; case 'redirection': return new Sources\Redirection; case '301-redirects': return new Sources\Redirects301; } return null; } }
💾 Save Changes
❌ Cancel