Tag: add_filter
-
Workaround for WP-Members front end login when using a CAPTCHA device on the WP login form
If you using a plugin to implement a CAPTCHA on the WordPress login form (the backend login, wp-login.php), you will find that this is not always compatible with the WP-Members front end login. WP-Members includes WP’s native hooks such as login_form for broad compatibility with plugins that may add additional authentication to the login. But…
-
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.