Opened 19 years ago
Closed 18 years ago
#2679 closed defect (bug) (invalid)
hook add_submenu_page not working linking to edit.php
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.1 |
Component: | Administration | Keywords: | add_submenu_page |
Focuses: | Cc: |
Description
Hi to all,
I'm trying to edit a new version of mine plugin Voda-sms but i can't get it showed into edit.php with the following code:
function add_vodasms_menu() { add_submenu_page('edit.php', 'Plugin » Vodafone SMS', 'Vodafone SMS' , 8 , __FILE__ , 'vodasms_sub_page'); } add_action('admin_menu','add_vodasms_menu');
If I change edit.php with plugins.php, plugin works fine.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
voda-sms plugin source