Changes between Initial Version and Version 1 of Ticket #18561, comment 5
- Timestamp:
- 09/01/11 04:31:00 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18561, comment 5
initial v1 7 7 (what the name of the hook actually is is dealer's choice) 8 8 9 This would allow a plugin to hook into a common place, if the theme is using get_template_part included files. For the specific case of twenty-eleven, it's using get_template_part('content', 'single') to include the content at that point, and an after action hook would allow you to put in something after the content part.9 This would allow a plugin to hook into a common place, if the theme is using get_template_part included files. For the specific case of twenty-eleven, it's using get_template_part('content', 'single') to include the content at that point, and an after action hook would allow you to put in something after the *whole* content part, which includes everything in the content.php file. 10 10 11 11 There's already an action hook at the top of the function that can be used for the "before" part.
