Title: Finding hooks
Last modified: August 30, 2016

---

# Finding hooks

 *  [ramochoa](https://wordpress.org/support/users/ramochoa/)
 * (@ramochoa)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/finding-hooks/)
 * I know there are lists of hooks for WordPress like –> [http://adambrown.info/p/wp_hooks/hook](http://adambrown.info/p/wp_hooks/hook)
 * But if I want to find hooks for a plugin like WC Vendors there is a much shorter
   list of hooks like –> [https://www.wcvendors.com/kb/list-filtersactionshooks/](https://www.wcvendors.com/kb/list-filtersactionshooks/)
 * Are ‘do_action’ and ‘apply filter’ functions the only thing we can modify?
    If
   given a class like –> [https://github.com/wcvendors/wcvendors/blob/master/classes/admin/class-product-meta.php#L10](https://github.com/wcvendors/wcvendors/blob/master/classes/admin/class-product-meta.php#L10),
   is there any way to modify it?
 * Are we limited to the do_action hooks or is there a way to modify other areas
   as well? Can we use the WordPress hooks to hook into the WC Vendors plugin as
   well?

Viewing 1 replies (of 1 total)

 *  [WCVendors](https://wordpress.org/support/users/wcvendors/)
 * (@wcvendors)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/finding-hooks/#post-6808960)
 * You’re limited to do_action, apply_filters, add_action, and add_filter areas.
   Without those, the code is hard coded, per-say.
 * What are you trying to modify? Perhaps I can help. 🙂

Viewing 1 replies (of 1 total)

The topic ‘Finding hooks’ is closed to new replies.

## Tags

 * [wc-vendor](https://wordpress.org/support/topic-tag/wc-vendor/)

 * 1 reply
 * 2 participants
 * Last reply from: [WCVendors](https://wordpress.org/support/users/wcvendors/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/finding-hooks/#post-6808960)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
