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

Filters the widget title.


Description Description


Parameters 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 Source

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

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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