Make WordPress Core

Opened 15 years ago

Closed 14 years ago

#12546 closed enhancement (fixed)

Add hooks to the Widgets API

Reported by: ptahdunbar's profile ptahdunbar Owned by: azaozz's profile 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)

hooks_in_widgets.diff (1.5 KB) - added by ptahdunbar 14 years ago.

Download all attachments as: .zip

Change History (3)

#1 @ryan
14 years ago

  • Milestone changed from 3.1 to 3.0

#2 @ryan
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [14382]) Hooks for the widgets api. Props ptahdunbar. fixes #12546

Note: See TracTickets for help on using tickets.