HEX
Server: LiteSpeed
System: Linux cp4.porkbun.com 5.14.0-611.20.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jan 14 06:35:04 EST 2026 x86_64
User: vxblllubpkafjsjw (1110)
PHP: 8.4.19
Disabled: NONE
Upload Files
File: //proc/self/cwd/wp-content/plugins/loco-translate/src/admin/list/CoreController.php
<?php
/**
 * Dummy controller skips "core" list view, rendering the core projects directly as a single bundle.
 * Route: loco-core -> loco-core-view
 */
class Loco_admin_list_CoreController extends Loco_admin_RedirectController {


    /**
     * {@inheritdoc}
     */
    public function getLocation(){
        return Loco_mvc_AdminRouter::generate('core-view');
    }    
    
}