apply_filters( ‘widget_title’, string $title, array $instance, mixed $id_base )

In this article

Filters the widget title.

Parameters

$titlestring
The widget title. Default 'Pages'.
$instancearray
Array of settings for the current widget.
$id_basemixed
The widget ID.

Source

$title = apply_filters( 'widget_title', $title, $instance, $this->id_base );

Changelog

VersionDescription
2.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.