Opened 20 years ago
Closed 20 years ago
#1147 closed defect (bug) (fixed)
calls to plugin hooks are inconsistent
Reported by: | anonymousbugger | Owned by: | ryan |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | 1.5 |
Component: | Template | Keywords: | |
Focuses: | Cc: |
Description
Although the wp_head hook can be called with <?php wp_head(); ?>, the equivalent <?php wp_footer ();?> does not exist. A consistent method of inserting plugin hooks (EITHER with template functions OR with 'do_action') should be established, since mixing the two methods is unnecessarily confusing.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Added wp_footer() function to functions.php, updated Default and Classic themes to use new function. Patch attached.