WP-Members is written with an emphasis on code quality.
Special attention is paid to make sure that all WP-Members code follows the WordPress code standards. This makes code readability immediately accessible for developers familiar with WordPress – especially core.
Additionally, WP-Members is written with a framework of filter and action hooks, just like WordPress. All hooks are documented in-line using WP standards for hook documentation. So if you are familiar with WP’s hooks for extensibility, you’ll have no problem customizing WP-Members. And don’t worry – if you’re not already familiar with WP hooks, this site has materials for you.
Quality code means secure code. WP-Members is constantly evaluated for security standards.
Whenever possible, WP-Members uses WordPress functions. This means that we don’t reinvent the wheel, loading the plugin with functionality that already exists in WordPress. It also means broad compatibility with other plugins and safer upgrades of WordPress core.