Title: Hooks &amp; Filters &#8211; Custom Functionality for Custom Forms
Last modified: August 30, 2016

---

# Hooks & Filters – Custom Functionality for Custom Forms

 *  Resolved [Howdy_McGee](https://wordpress.org/support/users/howdy_mcgee/)
 * (@howdy_mcgee)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/hooks-filters-custom-functionality-for-custom-forms/)
 * I have a fontend login form where I want to remove certain features that are 
   enabled on the built-in WordPress Login form ( `/wp-admin/` ). I was wondering
   if there is a list of Hooks and Filters somewhere so I can try and find the best
   solution.
 * For example, I have enabled the locking out of usernames that do not exist. This
   is great on the built-in login form but I don’t want this functionality for the
   custom front-end form so I would like to remove it if possible ( among other 
   things ). I looked at the FAQ which lead to some general support docs but I didn’t
   see any kind of documentation on hooks and filters.
 * Does anyone have suggestions or can point me in a general direction? Worst comes
   to worst I can dig through the plugins code but I’d rather not as I imagine it’s
   pretty meaty.
 * [https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/](https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/hooks-filters-custom-functionality-for-custom-forms/#post-6671974)
 * Hi, I am not sure what you are trying to do. I don’t think this plugin has anything
   to do with your custom login forms.
 * Can you provide more explanation.
 * Thank you
 *  Thread Starter [Howdy_McGee](https://wordpress.org/support/users/howdy_mcgee/)
 * (@howdy_mcgee)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/hooks-filters-custom-functionality-for-custom-forms/#post-6671985)
 * I’m using this plugin to manage login attempts. By using `wp_login_form()` it
   logs those same attempts and in turn locks people out. I’m looking for a filter
   where I can change the number attempts for the `wp_login_form()` so the Normal
   WordPress ( `wp-login.php` ) login form has a low number of attempts before being
   locked out and the custom `wp_login_form()` ( front-end facing form ) has a higher
   number of attempts before the user is locked out.
 * Either way I was looking for a list of hooks and filters or some documentation
   if it exists?
 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/hooks-filters-custom-functionality-for-custom-forms/#post-6672007)
 * Thank you for clarifying what you are doing. I have submitted a message to the
   plugin developers to help you out.
 * Kind regards
 *  Plugin Contributor [wpsolutions](https://wordpress.org/support/users/wpsolutions/)
 * (@wpsolutions)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/hooks-filters-custom-functionality-for-custom-forms/#post-6672015)
 * Hi,
    We currently don’t have documentation for hooks and filters. I think that’s
   because there aren’t really many of them but I know for sure there is no hook
   for what you describe. We will investigate to see how best to add such a hook.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Hooks & Filters – Custom Functionality for Custom Forms’ is closed to
new replies.

 * ![](https://ps.w.org/all-in-one-wp-security-and-firewall/assets/icon-256x256.
   png?rev=2798307)
 * [All-In-One Security (AIOS) – Security and Firewall](https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/reviews/)

## Tags

 * [custom](https://wordpress.org/support/topic-tag/custom/)
 * [filter](https://wordpress.org/support/topic-tag/filter/)
 * [form](https://wordpress.org/support/topic-tag/form/)
 * [hook](https://wordpress.org/support/topic-tag/hook/)

 * 4 replies
 * 3 participants
 * Last reply from: [wpsolutions](https://wordpress.org/support/users/wpsolutions/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/hooks-filters-custom-functionality-for-custom-forms/#post-6672015)
 * Status: resolved