WP-Members 3.4.3 contains a couple of bug fixes and some minor improvments.
Continue Reading →WP-Members 3.4.3 release
Home of WP-Members, The Original WordPress Membership Plugin
Chad Butler · ·
WP-Members 3.4.3 contains a couple of bug fixes and some minor improvments.
Continue Reading →Chad Butler · ·
WP-Members 3.4.2 has been released with a number of updates, fixes and new features.
First, this package includes all intermediate updates since 3.4.1:
Additionally, the following fixes were applied:
The custom product message was improved for non-logged in users (same function is used by both logged in and logged out processes, so this cleans things up to handle both states the same way).
Some code improvements, including additional information passed to filters were added. There were also some new API functions.
Lastly, the plugin has received a new installer/updater class intended to improve the upgrade process. This includes some diagnostic tracking features. When you install or update, you’ll notice a message that allows you to opt into diagnostic tracking and security/update notifications. This is a very important feature for the plugin as it gives insight into how the plugin is used, as well as allowing us to provide more information to the plugin’s users when we update. It does not transmit any private information and none of the information is ever shared with third parties. You can opt in/out at any time. If you have questions, let me know.
This package update includes all of the 3.4.2 updates plus the following:
wpmem_export_users()
. However, if you call it from the object (which is not recommended – you should use the API function), then you need to note this change.init
action. This solves a problem for plugin extensions that rely on the wpmem_after_admin_init
action. If you used one of the most recent versions with the Invite Codes extension and received a PHP error on the front end of the site, this is the fix.This version fixes an issue with the password reset. The cause of the problem is unknown specifically, but if you were experiencing issues with the password reset going through to completion and at the end received an error that the key was invalid, this update should resolve that problem.
This release also includes a new email shortcode for the admin notification that will list user memberships – add [memberships] to the admin notification email for this.
Chad Butler · ·
This is a tutorial article on how to customize the profile links for the logged in state of the [wpmem_profile] shortcode. We will focus on different ways to approach it, all of which use the wpmem_member_links_args
filter hook.
Chad Butler · ·
Sometimes, you may find that you want to add or remove fields from the registration form based on the page you are on. This may be the case if you set up different registration pages, or you might want to have a specific registration page with certain fields and the automatic forms that show on blocked content have different fields. There are many ways to approach it, but ultimately, it is very simple to add or remove fields from the form with the wpmem_fields
filter.
Chad Butler · ·
SSH is a protocol for secure remote login and other secure network services over an insecure network. Most hosts provide SSH access with your hosting plan. SSH access allows you to log into a command prompt, perform common administrative tasks, and execute commands just as if you were sitting at the server itself. You can run additional tools such as Git, Composer, WP-CLI, etc.
Usually, your host will have information on how to connect to your site through SSH access. A general overview is provided below, but specifics may vary from host to host.
Continue Reading →Ready to get started?