This link has been bookmarked by 10 people . It was first bookmarked on 05 Aug 2006, by hans herman.
-
-
- Create a function which contains the menu-building code
- Register the above function using the "admin_menu" action hook
- Create the HTML output for the page displayed when the menu item is clicked
To add an admin menu, you must do three things:
- Create a function which contains the menu-building code
-
add_action('admin_menu', 'my_plugin_menu');
- 7 more annotations...
-
-
Tom MarchMany plugins give their users options or settings, which allow the users a way to customize how the plugin is used. As a plugin author, you have several choices in how to set this up. One way is to have the user edit information in the plugin's PHP file,
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.