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.


Source

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

View on GitHub



Changelog

Changelog
Version Description
WP-2.6.0 Introduced.