Changes between Initial Version and Version 1 of Ticket #18561, comment 5

Timestamp:
09/01/11 04:31:00 (21 months ago)
Author:
Otto42
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18561, comment 5

    initial v1  
    77(what the name of the hook actually is is dealer's choice) 
    88 
    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.  
     9This 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.  
    1010 
    1111There's already an action hook at the top of the function that can be used for the "before" part.