apply_filters( 'widget_posts_args', array $args, array $instance )

Filters the arguments for the Recent Posts widget.


Description

See also


Top ↑

Parameters

$args

(array) An array of arguments used to retrieve the recent posts.

$instance

(array) Array of settings for the current widget.


Top ↑

Source

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

View on Trac


Top ↑

Changelog

Version Description
4.9.0 Added the $instance parameter.
3.4.0 Introduced.