Parsed: 127001
<?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. */