dynamic_sidebar, $wp_registered_widgets[ $widget_id ]

dynamic_sidebar, $wp_registered_widgets[ $widget_id ]

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('dynamic_sidebar, $wp_registered_widgets[ $widget_id ]') is found 1 times:

  • /wp-includes/widgets.php line 2052
     
    	ob_start();
    
    	/** This filter is documented in wp-includes/widgets.php */
    	do_action( 'dynamic_sidebar', $wp_registered_widgets[ $widget_id ] );
    
    	if ( is_callable( $callback ) ) {
    		call_user_func_array( $callback, $params );
    	}
    
    	return ob_get_clean();