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