adding a "page" to my custom plugin?
-
I have the admin side of the plugin working but would like to add a page that displays info from the db for registered users.
What is the proper way?
How will the path be defined?I found this, but I don’t think it is what I am looking form?
add_plugins_page( $page_title, $menu_title, $capability, $menu_slug, $function);
- The topic ‘adding a "page" to my custom plugin?’ is closed to new replies.