wp-includes/widgets/class-wp-widget-archives.php
Lines:
1 to 16 of 16
<?php /** * Widget API: WP_Widget_Archives class * * @package WordPress * @subpackage Widgets * @since 4.4.0 */ /* class WP_Widget_Archives */ /* function WP_Widget_Archives::__construct() – Sets up a new Archives widget instance. */ /* function WP_Widget_Archives::widget() – Outputs the content for the current Archives widget instance. */ /* function WP_Widget_Archives::update() – Handles updating settings for the current Archives widget instance. */ /* function WP_Widget_Archives::form() – Outputs the settings form for the Archives widget. */