WP_Widget_Custom_HTML::widget()wp-includes/widgets/class-wp-widget-custom-html.php | Outputs the content for the current Custom HTML widget instance.
|
WP_Widget_Media::widget()wp-includes/widgets/class-wp-widget-media.php | Displays the widget on the front-end.
|
WP_Nav_Menu_Widget::widget()wp-includes/widgets/class-wp-nav-menu-widget.php | Outputs the content for the current Navigation Menu widget instance.
|
WP_Widget_RSS::widget()wp-includes/widgets/class-wp-widget-rss.php | Outputs the content for the current RSS widget instance.
|
WP_Widget_Tag_Cloud::widget()wp-includes/widgets/class-wp-widget-tag-cloud.php | Outputs the content for the current Tag Cloud widget instance.
|
WP_Widget_Recent_Comments::widget()wp-includes/widgets/class-wp-widget-recent-comments.php | Outputs the content for the current Recent Comments widget instance.
|
WP_Widget_Recent_Posts::widget()wp-includes/widgets/class-wp-widget-recent-posts.php | Outputs the content for the current Recent Posts widget instance.
|
WP_Widget_Text::widget()wp-includes/widgets/class-wp-widget-text.php | Outputs the content for the current Text widget instance.
|
WP_Widget_Calendar::widget()wp-includes/widgets/class-wp-widget-calendar.php | Outputs the content for the current Calendar widget instance.
|
WP_Widget_Categories::widget()wp-includes/widgets/class-wp-widget-categories.php | Outputs the content for the current Categories widget instance.
|
WP_Widget_Archives::widget()wp-includes/widgets/class-wp-widget-archives.php | Outputs the content for the current Archives widget instance.
|
WP_Widget_Meta::widget()wp-includes/widgets/class-wp-widget-meta.php | Outputs the content for the current Meta widget instance.
|
WP_Widget_Search::widget()wp-includes/widgets/class-wp-widget-search.php | Outputs the content for the current Search widget instance.
|
WP_Widget_Pages::widget()wp-includes/widgets/class-wp-widget-pages.php | Outputs the content for the current Pages widget instance.
|
User Contributed Notes
You must log in before being able to contribute a note or feedback.