Tag: current_user_can

  • Creating menus for different user roles

    We’ve had some different tutorials on displaying menus based on login status – showing a different menu for logged in users vs. non-users.  I also put together a code snippet and a plugin extension to automate this process.  There’s even a tutorial on how to remove menu items based on login status. This tutorial is an…

  • Changing the activation link to a single click process

    When moderating registration and sending admin notification emails, WP-Members has a shortcode in the email that allows you to click through to that particular user’s profile to activate them.  But what if you want the link itself to activate the user?  This tutorial will show you how to set up a process to make that…