helix/helix.php
Abhijit Bhatnagar 153a4e9fd7 Initial commit
2025-08-01 08:00:35 +05:30

12 lines
338 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/*
Plugin Name: Helix Modern WP Admin
Description: A React-powered replacement for the WordPress admin UI.
Version: 0.1.0
Author: Your Name
*/
require_once __DIR__ . '/admin/init.php';
require_once __DIR__ . '/admin/rest-routes.php';
require_once __DIR__ . '/admin/disable-wp-admin.php';
require_once __DIR__ . '/enqueue.php';