🏠 Root
/
home
/
a
/
r
/
t
/
artorgp
/
paranartgallery
/
wp-admin__cee8048
/
Editing: ms-themes.php
<?php /** * Multisite themes administration panel. * * @package WordPress * @subpackage Multisite * @since 3.0.0 */ require_once __DIR__ . '/admin.php'; wp_redirect( network_admin_url( 'themes.php' ) ); exit;
Save
Cancel