Summery Summery
Filters the content of the Text widget.
Syntax Syntax
Parameters Parameters
- $text
-
The widget content.
- $instance
-
Array of settings for the current widget.
- $this
-
Current Text widget instance.
Source Source
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.8.1 | The $this param may now be a WP_Widget_Custom_HTML object in addition to a WP_Widget_Text object. |
4.4.0 | Added the $this parameter. |
2.3.0 | Introduced. |