Category: Basics
-
Customizing WP-Members with pluggable functions
IMPORTANT: This article remains here for legacy purposes. There are many users who utilize pluggable functions in the plugin and have not updated these processes to utilize hooks and filters. There are also articles buried in this blog that have customizations that use a pluggable function (if you find one, let me know). HOWEVER, pluggable…
-
The functions.php file
The functions.php file is an important element in customizing WordPress. It is also an important element in terms of customizing and integrating WP-Members into your site. While you are not required to do any customization to get WP-Members to work on your site (it is, after all, a plugin), to leverage the power of the…
-
WordPress site management best practices
WordPress is a great tool and it has become an icon in the Internet world. But with success of distribution comes the vulnerability of becoming a target for hackers. Many of you have experienced what it is like to deal with hacking and malware. Hopefully most of you haven’t experienced this yet. This post will…
-
How to use action and filter hooks
The WP-Members plugin offers a great deal of extensibility and customization through the use of filter and action hooks, much like WordPress. These operate the same way you would use any other WordPress hook.