Action hook 'the_widget'

in WP Core File wp-includes/widgets.php at line 1266

Description

Fires before rendering the requested widget.

Occurrences

Filename Line Number
wp-includes/widgets.php 1266

Parameters

Type Name Description
string $widget The widget's class name.
array $instance The current widget instance's settings.
array $args An array of the widget's sidebar arguments.

PHP Doc

/**
	 * Fires before rendering the requested widget.
	 *
	 * @since 3.0.0
	 *
	 * @param string $widget   The widget's class name.
	 * @param array  $instance The current widget instance's settings.
	 * @param array  $args     An array of the widget's sidebar arguments.
	 */