Commit realizado el 12:13:52 08-04-2024
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
$theme_list = $data_manager->get_theme_list();
|
||||
$plugin_list = $data_manager->get_plugin_list();
|
||||
?>
|
||||
|
||||
<div class="wrap">
|
||||
<h1><?php echo esc_attr__( 'Dashboard', 'deployer-for-git' ); ?></h1>
|
||||
|
||||
<?php require_once 'partials/_themes.php'; ?>
|
||||
<hr>
|
||||
<?php require_once 'partials/_plugins.php'; ?>
|
||||
</div>
|
Reference in New Issue
Block a user