In the previous part of Creating a User Follow System, we looked at the basic shell functions that we need to write for our plugin to function. Now we are going to get into actually writing those functions. We will go one by one and write each one from scratch. Also note that we will [...]
View PostUser Follow System – Part 2
Part 1 of the User Follow System series looked at laying out the main structure of the plugin. For part 2, we’re going to continue that and lay out the main skeleton functions that we need for our plugin. These will include the functions for following a user, unfollowing a user, checking if a user [...]
View Post add_user_meta, add_user_option, get_user_meta, get_user_option, update_user_meta, update_user_optionReview: Easy User Fields

Rémi Corson is a good friend of mine who has been so kind as to translate Restrict Content Pro into French. Recently he released a plugin called Easy User Fields that provides a very easy-to-use interface for adding custom meta fields to user profiles.
View Post Easy User Fields, get_user_meta, meta fields, Rémi Corson, userAdd Custom User Meta Fields to Restrict Content Pro Registration
Restrict Content Pro is my premium content plugin that makes it very easy to sell subscriptions to your WordPress website. It is the plugin that powers the subscription system to this site. This subscribers’s only tutorial is going to walk you through the process of adding new form fields to the registration form, and then [...]
View Post add_action, get_user_meta, restrict content pro, update_user_meta