Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Spenser Howard
Spenser Howard
2,542 Points

I'm still a little bit iffy about Hooks in WP.

I just finished the WordPress Hooks - Actions and Filters course and I'm still not confident in working with them in WP. My question is, does anybody have any recommendations to other material that I could study or look over to better my confidence and understanding about hooks? - Thanks. Spenser

2 Answers

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,253 Points

Hooks are a way of "calling" a function in php so you can perform actions or add and remove functionality in a WordPress theme.

Here's a blog from Former Wordpress teacher Zac that goes over asll you need to know about Hooks. http://blog.teamtreehouse.com/hooks-wordpress-actions-filters-examples

Spenser Howard
Spenser Howard
2,542 Points

Thanks that should help with more understanding.

Not an answer, just huge props for that link Jonathan. There are good explanations and examples. I really appreciate it - bookmarked!

Good luck Spenser!