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 trialSpenser Howard
2,542 PointsI'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
Treehouse Moderator 91,253 PointsHooks 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
Graham Tucker
939 PointsNot an answer, just huge props for that link Jonathan. There are good explanations and examples. I really appreciate it - bookmarked!
Good luck Spenser!
Spenser Howard
2,542 PointsSpenser Howard
2,542 PointsThanks that should help with more understanding.