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

Filters the widget title.


Parameters

$title string
The widget title. Default 'Pages'.
$instance array
Array of settings for the current widget.
$id_base mixed
The widget ID.

Top ↑

Source

File: wp-includes/widgets/class-wp-widget-pages.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes

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