Opened 15 years ago
Closed 14 years ago
#12546 closed enhancement (fixed)
Add hooks to the Widgets API
Reported by: | ptahdunbar | Owned by: | azaozz |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Widgets | Keywords: | has-patch |
Focuses: | Cc: |
Description
This patch adds several do_action() hooks to the Widgets API passing relevant args:
- register_sidebar
- wp_register_sidebar_widget
- wp_unregister_sidebar_widget
- dynamic_sidebar
- the_widget
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [14382]) Hooks for the widgets api. Props ptahdunbar. fixes #12546