WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_register_sidebar_widget

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/widgets.php do_action 422 /**
* Fires once for each registered widget.
*
* @since 3.0.0
*
* @param array $widget An array of default widget arguments.
*/

Hook Parameters

Parameter Type Name Description
array $widget An array of default widget arguments.