apply_filters( 'widget_title', string $title , array $instance , string $id_base )
Filters the title of the Login widget.
Parameters Parameters
- $title
-
(string) The widget title.
- $instance
-
(array) The settings for the particular instance of the widget.
- $id_base
-
(string) Root ID for all widgets of this type.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Added 'instance' and 'id_base' to arguments passed to filter. |
1.9.0 | Introduced. |