Outputs the Text widget settings form.
WP_Widget_Text::is_legacy_instance
Determines whether a given instance is legacy and should bypass using TinyMCE.
WP_Widget_Custom_HTML::form
Outputs the Custom HTML widget settings form.
WP_Widget_Custom_HTML::update
Handles updating settings for the current Custom HTML widget instance.
Advertisement
widget_custom_html_content
Filters the content of the Custom HTML widget.
widget_text
Filters the content of the Text widget.
WP_Widget_Custom_HTML::widget
Outputs the content for the current Custom HTML widget instance.
WP_Widget_Custom_HTML::__construct
Sets up a new Custom HTML widget instance.
Advertisement
WP_Widget_Custom_HTML
Core class used to implement a Custom HTML widget.