Description
Filters the content of the Custom HTML widget.
Occurrences
Filename | Line Number |
---|---|
wp-includes/widgets/class-wp-widget-custom-html.php | 164 |
Parameters
Type | Name | Description |
---|---|---|
string | $content | The widget content. |
array | $instance | Array of settings for the current widget. |
WP_Widget_Custom_HTML | $widget | Current Custom HTML widget instance. |
PHP Doc
/**
* Filters the content of the Custom HTML widget.
*
* @since 4.8.1
*
* @param string $content The widget content.
* @param array $instance Array of settings for the current widget.
* @param WP_Widget_Custom_HTML $widget Current Custom HTML widget instance.
*/