Theme review team weekly notes
This week we met to discuss hooksHooks In WordPress theme and development, hooks are functions that can be applied to an action or a Filter in WordPress. Actions are functions performed when a certain event occurs in WordPress. Filters allow you to modify certain functions. Arguments used to hook both filters and actions look the same.. This was an open discussion therefore the notes are minimal from this as it was an opportunity to hear all sides.
The logs are here: https://wordpress.slack.com/archives/themereview/p1417543077005595
Notes:
- New suggested requirement:
Comments_template() is required. - New clarification:
Comments.php will remain not required.