switching from admin to helix feature complete

This commit is contained in:
Abhijit Bhatnagar 2025-08-04 13:20:11 +05:30
parent fa5b242783
commit b91f540624
10 changed files with 1453 additions and 5 deletions

View file

@ -2,5 +2,5 @@
add_action('admin_menu', function () {
add_menu_page('Helix', 'Helix', 'read', 'helix', function () {
echo '<div id="helix-root"></div>';
}, 'dashicons-admin-generic', 2);
}, 'dashicons-admin-generic', 1);
});