wp-includes/widgets/class-wp-widget-recent-posts.php


Lines:

1 to 16 of 16
<?php

/**
 * Widget API: WP_Widget_Recent_Posts class
 *
 * @package WordPress
 * @subpackage Widgets
 * @since 4.4.0
 */

/* class WP_Widget_Recent_Posts */
/* function WP_Widget_Recent_Posts::__construct() – Sets up a new Recent Posts widget instance. */
/* function WP_Widget_Recent_Posts::widget() – Outputs the content for the current Recent Posts widget instance. */
/* function WP_Widget_Recent_Posts::update() – Handles updating the settings for the current Recent Posts widget instance. */
/* function WP_Widget_Recent_Posts::form() – Outputs the settings form for the Recent Posts widget. */
 

 View on GitHub View on Trac

Called by

    Invoked by

      Calls

      Call hooks

      API Letters: ,,