• How can I make a user menu for logged in wordpress users to edit certain information that is being used in my custom plugin ?

    Thanks

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Your best bet is probably to create a custom page template containing the necessary form and code to handle the submit. Add a page based on this template, then add that page’s link to your main menu or as a link sidebar widget. Be sure your page checks that the user is logged in and has the proper capability before doing anything important. The form should also include a nonce field which is verified upon submit.

Viewing 1 replies (of 1 total)
  • The topic ‘user menu, not admin menu How ?’ is closed to new replies.