The new admin bar, now named the tool bar, in WordPress 3.3 is great. It’s really well organized and cleans the dashboard up a lot. It’s also great for developers because adding new links to settings pages, documentation, or other useful links, is quite simple. In this quick tip, I’m going to show you how [...]
View PostHome» Posts tagged "admin_menu"
Writing Your First WordPress Plugin Part 5
Posted on
by
Pippin
in
Free Members, Intermediate, Member Restricted, Tutorials, Writing Plugins
20 Comments
In part 5 of Writing Your First WordPress Plugin, I’m going to take you through the process of adding an admin options page to your first WordPress plugin. This options page will allow your user to configure the settings for the plugin very easily. In this case, we’re going to use it to allow the [...]
View Post add_options_page, admin_menu, register_setting