📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 13:40:00
📂
/ (Root)
/
home
/
apkbfjox
/
epiwinn.com.pk
/
wp-content
/
plugins
/
wordpress-seo
/
admin
/
roles
📍 /home/apkbfjox/epiwinn.com.pk/wp-content/plugins/wordpress-seo/admin/roles
🔄 Refresh
✏️
Editing: class-role-manager-factory.php
Writable
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin\Roles */ /** * Role Manager Factory. */ class WPSEO_Role_Manager_Factory { /** * Retrieves the Role manager to use. * * @return WPSEO_Role_Manager */ public static function get() { static $manager = null; $manager ??= new WPSEO_Role_Manager_WP(); return $manager; } }
💾 Save Changes
❌ Cancel