Category: How I Did It
-
Add a sortable date user registered column to the Users > All Users page
If you manage a site that has a lot of registrations, sometimes it is helpful to show the date the user registered as a custom column in the WordPress admin page Users > All Users. I have shown in another post how you can add that data as well as other data to this table.…
-
Adding WP-Members Columns to the User Admin Panel
With both the general plugin and the various extensions, there are several columns that you may wish to add to the User Admin Panel. In my user panel, I like to see the date a user registered, their last login, and when their subscription expires. These custom columns involve data that is native to…
-
Displaying the post access level when using the PayPal addon
Here is a handy function that I wrote to display the post access level when a user is not logged in OR they have registered and logged in, but have not yet completed payment. If you use the PayPal addon module, you may find this useful for all kinds of different ideas. The concept is…