Filter hook 'widget_text'
in WP Core File wp-includes/widgets/class-wp-widget-custom-html.php at line 150
Description
Outputs the content for the current Custom HTML widget instance.
Occurrences
Filename |
Line Number |
wp-includes/widgets/class-wp-widget-custom-html.php |
150 |
wp-includes/widgets/class-wp-widget-text.php |
283 |
Parameters
Type |
Name |
Description |
array |
$args |
Display arguments including 'before_title', 'after_title', 'before_widget', and 'after_widget'. |
array |
$instance |
Settings for the current Custom HTML widget instance. |
PHP Doc
/**
* Outputs the content for the current Custom HTML widget instance.
*
* @since 4.8.1
*
* @global WP_Post $post Global post object.
*
* @param array $args Display arguments including 'before_title', 'after_title',
* 'before_widget', and 'after_widget'.
* @param array $instance Settings for the current Custom HTML widget instance.
*/