W3cubDocs

/WordPress

apply_filters( 'widget_text', string $text, array $instance, WP_Widget_Text|WP_Widget_Custom_HTML $this )

Filters the content of the Text widget.

Parameters

$text

(string) The widget content.

$instance

(array) Array of settings for the current widget.

$this

(WP_Widget_Text|WP_Widget_Custom_HTML) Current Text widget instance.

Source

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

View on Trac

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.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/widget_text