mirror of
https://ghproxy.net/https://github.com/abhijitb/helix.git
synced 2025-08-28 06:26:00 +08:00
switching from admin to helix feature complete
This commit is contained in:
parent
fa5b242783
commit
b91f540624
10 changed files with 1453 additions and 5 deletions
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue